summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-04-22 22:23:18 +0200
committerMark Wielaard <[email protected]>2014-04-24 11:33:54 +0200
commit7c757b33fd6c975f1f0976eaa9e971432cc031b2 (patch)
treed7a2c0a84785973d214db0fc5ca4742996cef5db /src/ChangeLog
parenteb4da48fa48c69e303b410c4bf7dd7bea8108406 (diff)
readelf.c (print_gdb_index_section): Use unsigned int for 31 bits left shift.
Found by gcc -fsanitize=undefined. left shift of 1 by 31 places cannot be represented in type 'int' Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5eb69d60..874e2553 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-22 Mark Wielaard <[email protected]>
+
+ * readelf.c (print_gdb_index_section): Use unsigned int for 31 bits
+ left shift.
+
2014-03-13 Mark Wielaard <[email protected]>
* Makefile.am: Remove no_mudflap.os. Remove libmudflap from all