aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-15 19:59:51 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-15 19:59:51 +0200
commit71aa4223b2770a9243ddc86457bcd2fdcf47d922 (patch)
treef3cd03d9039c2c14687da741d6025ad598a225ae /ChangeLog
parentb933ab4aa3447ed94701b8fb013f1c765f3375dc (diff)
downloadlibextractor-71aa4223b2770a9243ddc86457bcd2fdcf47d922.tar.gz
libextractor-71aa4223b2770a9243ddc86457bcd2fdcf47d922.zip
fix potential buffer underflow read in deb_extractor
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 82c4262..1a2fb98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@ Sun Oct 15 19:36:41 CEST 2017
3 Fix potential assign-after-free (on IPC error handling path). 3 Fix potential assign-after-free (on IPC error handling path).
4 Make sure to only pass "unsigned char" to functions like isspace(). 4 Make sure to only pass "unsigned char" to functions like isspace().
5 Avoid malloc(0) in DEB extractor under certain conditions. 5 Avoid malloc(0) in DEB extractor under certain conditions.
6 Properly initialize 'duration' in ffmpeg extractor. -CG 6 Properly initialize 'duration' in ffmpeg extractor.
7 Fix potential buffer underflow read in DEB extractor. -CG
7 8
8Fri Oct 13 12:30:37 CEST 2017 9Fri Oct 13 12:30:37 CEST 2017
9 Properly check read error in NSF plugin (from signedness confusion) found by Leon Zhao. -CG 10 Properly check read error in NSF plugin (from signedness confusion) found by Leon Zhao. -CG