Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Side by Side Diff: third_party/android_crazy_linker/README.chromium

Issue 692593002: Fallback library loading when SELinux blocks EXEC permission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update for Simon's review Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Android Crazy Linker 1 Name: Android Crazy Linker
2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz y_linker/ 2 URL: https://android.googlesource.com/platform/ndk/+/master/sources/android/craz y_linker/
3 Version: 681f1b744aec1b0888f4c7a68165720db9670300 3 Version: 681f1b744aec1b0888f4c7a68165720db9670300
4 Security Critical: no 4 Security Critical: no
5 License: Apache Version 2.0 5 License: Apache Version 2.0
6 6
7 Description: 7 Description:
8 Fork of the Android NDK crazy linker. 8 Fork of the Android NDK crazy linker.
9 9
10 Local Modifications: 10 Local Modifications:
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 - Fix phdr_table_get_dynamic_section() call in ElfView::InitUnmapped(). 45 - Fix phdr_table_get_dynamic_section() call in ElfView::InitUnmapped().
46 46
47 - Fix typo in LOG() call, added in arm64 packed relative relocations change. 47 - Fix typo in LOG() call, added in arm64 packed relative relocations change.
48 48
49 - Add an error message for failures where no shared RELRO pages are swapped. 49 - Add an error message for failures where no shared RELRO pages are swapped.
50 50
51 - Remove excess newline from the message added above. 51 - Remove excess newline from the message added above.
52 52
53 - Avoid mixing size_t and uint32_t in Leb128Decoder::Dequeue(). 53 - Avoid mixing size_t and uint32_t in Leb128Decoder::Dequeue().
54
55 - Add fallback library loading when SELinux blocks EXEC permission.
56
OLDNEW
« no previous file with comments | « no previous file | third_party/android_crazy_linker/src/src/crazy_linker_elf_loader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698