Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/external/bsd/bzip2/dist Pull up following revision(s) (re...
details: https://anonhg.NetBSD.org/src/rev/b683ed0b36f4
branches: netbsd-8
changeset: 852303:b683ed0b36f4
user: snj <snj%NetBSD.org@localhost>
date: Tue Mar 12 17:48:03 2019 +0000
description:
Pull up following revision(s) (requested by martin in ticket #1212):
external/bsd/bzip2/dist/bzip2recover.c: revision 1.4
Apply fix for CVE-2016-3189 bzip2: heap use after free in bzip2recover
diffstat:
external/bsd/bzip2/dist/bzip2recover.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 81286d1674ee -r b683ed0b36f4 external/bsd/bzip2/dist/bzip2recover.c
--- a/external/bsd/bzip2/dist/bzip2recover.c Tue Mar 12 17:46:59 2019 +0000
+++ b/external/bsd/bzip2/dist/bzip2recover.c Tue Mar 12 17:48:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bzip2recover.c,v 1.3 2012/05/07 00:45:47 wiz Exp $ */
+/* $NetBSD: bzip2recover.c,v 1.3.28.1 2019/03/12 17:48:03 snj Exp $ */
/*-----------------------------------------------------------*/
/*--- Block recoverer program for bzip2 ---*/
@@ -472,6 +472,7 @@
bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
bsPutUInt32 ( bsWr, blockCRC );
bsClose ( bsWr );
+ outFile = NULL;
}
if (wrBlock >= rbCtr) break;
wrBlock++;
Home |
Main Index |
Thread Index |
Old Index