Index: third_party/android_crazy_linker/README.chromium |
diff --git a/third_party/android_crazy_linker/README.chromium b/third_party/android_crazy_linker/README.chromium |
index 91a96f070f1e8c9d304362cfc5fcde36f5a1f048..deea35ed0f785b780b92cb03efebdf30ce5b1171 100644 |
--- a/third_party/android_crazy_linker/README.chromium |
+++ b/third_party/android_crazy_linker/README.chromium |
@@ -49,3 +49,5 @@ Local Modifications: |
- Add an error message for failures where no shared RELRO pages are swapped. |
- Remove excess newline from the message added above. |
+ |
+- Avoid mixing size_t and uint32_t in Leb128Decoder::Dequeue(). |