comparison compression/bzip2/patch-CVE-2016-3189.patch @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents compression/bzip2/CVE-2016-3189.patch@137f5b5c5ce3
children
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
1 diff --git a/bzip2recover.c b/bzip2recover.c
2 index f9de049..d159c92 100644
3 --- a/bzip2recover.c
4 +++ b/bzip2recover.c
5 @@ -457,6 +457,7 @@ Int32 main ( Int32 argc, Char** argv )
6 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
7 bsPutUInt32 ( bsWr, blockCRC );
8 bsClose ( bsWr );
9 + outFile = NULL;
10 }
11 if (wrBlock >= rbCtr) break;
12 wrBlock++;