summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 94a9b66..d9b4c05 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
2 This file is part of bzip2/libbzip2, a program and library for 2 This file is part of bzip2/libbzip2, a program and library for
3 lossless, block-sorting data compression. 3 lossless, block-sorting data compression.
4 4
5 bzip2/libbzip2 version 1.0.6 of 6 September 2010 5 bzip2/libbzip2 version 1.0.7 of 27 June 2019
6 Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> 6 Copyright (C) 1996-2010 Julian Seward <jseward@acm.org>
7 7
8 Please read the WARNING, DISCLAIMER and PATENTS sections in the 8 Please read the WARNING, DISCLAIMER and PATENTS sections in the
@@ -325,3 +325,16 @@ Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
325 Izdebski. 325 Izdebski.
326 326
327* Make the documentation build on Ubuntu 10.04 327* Make the documentation build on Ubuntu 10.04
328
3291.0.7 (27 Jun 19)
330~~~~~~~~~~~~~~~~~
331
332* Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH
333
334* bzip2: Fix return value when combining --test,-t and -q.
335
336* bzip2recover: Fix buffer overflow for large argv[0]
337
338* bzip2recover: Fix use after free issue with outFile (CVE-2016-3189)
339
340* Make sure nSelectors is not out of range (CVE-2019-12900)