CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: updated to 2.25-2
[crossrootfs.git] / bzip2 / CVE-2016-3189.patch
CommitLineData
2f8423e0
VM
1--- a/bzip2recover.c
2+++ b/bzip2recover.c
3@@ -457,6 +457,7 @@ Int32 main ( Int32 argc, Char** argv )
4 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
5 bsPutUInt32 ( bsWr, blockCRC );
6 bsClose ( bsWr );
7+ outFile = NULL;
8 }
9 if (wrBlock >= rbCtr) break;
10 wrBlock++;