| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 - Fix -Wreorder warning (error with -Werror) in class ElfLoader. | 63 - Fix -Wreorder warning (error with -Werror) in class ElfLoader. |
| 64 | 64 |
| 65 - Control static_assert invocations with a new COMPILE_ASSERT macro. | 65 - Control static_assert invocations with a new COMPILE_ASSERT macro. |
| 66 | 66 |
| 67 - Fix unit test crash caused by use of deleted data inside an unload callback. | 67 - Fix unit test crash caused by use of deleted data inside an unload callback. |
| 68 | 68 |
| 69 - Fix for crbug/444714 (Chrome_Android: Crash Report - -1DB24FB5) | 69 - Fix for crbug/444714 (Chrome_Android: Crash Report - -1DB24FB5) |
| 70 | 70 |
| 71 - Speculative fix for crbug/450659. | 71 - Speculative fix for crbug/450659. |
| 72 | 72 |
| 73 - Convert packed relocation code to handle Android packed relocations. |
| 74 |
| OLD | NEW |