summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2016-03-21 16:01:02 +0100
committerMark Wielaard <[email protected]>2016-03-21 16:09:42 +0100
commit911f11a0054264ffbfae8f8e400aea52b8d1d620 (patch)
tree86e61d9eceea33a1e6bbf83a05b23a92a3c5f5ad /src/ChangeLog
parent9ba245842af829bf4f3530747037993d5bc8b16a (diff)
nm: Check for malloc size argument overflow in show_symbols.
Reported-by: Florian Weimer <[email protected]> Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb9c7767..f74b5dcb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-21 Mark Wielaard <[email protected]>
+
+ * nm.c (show_symbols): Check for malloc size argument overflow.
+
2016-02-13 Mark Wielaard <[email protected]>
* readelf.c (print_scngrp): Call error when gelf_getshdr fails.