aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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