summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-18 20:55:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-18 20:55:52 (GMT)
commit99e92f0b50fc33a947a2a9011a43ae6a5f6018fb (patch)
treece874a88371da75d46256c2142fc06c82d28e9ae /ChangeLog
parentdce9d9cdfef1d37ef11a987a21f36e83b6b1944f (diff)
Fixed a comparison between signed and unsigned integer expressions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0e495a..c019049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
17-10-18 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/dalvik/link.c:
+ Fix a comparison between signed and unsigned integer expressions.
+
+17-10-18 Cyrille Bagard <nocbos@gmail.com>
+
* .gitignore:
* autogen.sh:
* configure.ac: