| OLD | NEW |
| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 - Add basic LD_PRELOAD handling, for crbug/448968. | 71 - Add basic LD_PRELOAD handling, for crbug/448968. |
| 72 | 72 |
| 73 - Speculative fix for crbug/479220. | 73 - Speculative fix for crbug/479220. |
| 74 | 74 |
| 75 - Fix RELRO sharing issue caused by packing relocations. | 75 - Fix RELRO sharing issue caused by packing relocations. |
| 76 | 76 |
| 77 - Correct fix for crbug/479220 (replace IsSystemLibrary() with caller flags). | 77 - Correct fix for crbug/479220 (replace IsSystemLibrary() with caller flags). |
| 78 | 78 |
| 79 - Fix link_map_.l_addr (was load address, should be load bias). | 79 - Fix link_map_.l_addr (was load address, should be load bias). |
| 80 | 80 |
| 81 - Convert packed relocation code to handle Android packed relocations. |
| 82 |
| OLD | NEW |