aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65ef35a..efad82c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,9 @@ Sun Oct 15 19:36:41 CEST 2017
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. 6 Properly initialize 'duration' in ffmpeg extractor.
7 Fix potential buffer underflow read in DEB extractor. 7 Fix potential buffer underflow read in DEB extractor.
8 Avoid NPE in 'extract' if extracted value has 0 bytes. -CG 8 Avoid NPE in 'extract' if extracted value has 0 bytes.
9 Fix various minor cosmetic issues.
10 Releasing GNU libextractor 1.6. -CG
9 11
10Fri Oct 13 12:30:37 CEST 2017 12Fri Oct 13 12:30:37 CEST 2017
11 Properly check read error in NSF plugin (from signedness confusion) found by Leon Zhao. -CG 13 Properly check read error in NSF plugin (from signedness confusion) found by Leon Zhao. -CG