view compression/bzip2/patch-CVE-2016-3189.patch @ 886:60d191401fee

emulation/libretro-uzem: initial import, closes #2186
author David Demelier <markand@malikania.fr>
date Sun, 25 Aug 2019 17:47:08 +0200
parents 0e6c54d47dfb
children
line wrap: on
line source

diff --git a/bzip2recover.c b/bzip2recover.c
index f9de049..d159c92 100644
--- a/bzip2recover.c
+++ b/bzip2recover.c
@@ -457,6 +457,7 @@ Int32 main ( Int32 argc, Char** argv )
             bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
             bsPutUInt32 ( bsWr, blockCRC );
             bsClose ( bsWr );
+	    outFile = NULL;
          }
          if (wrBlock >= rbCtr) break;
          wrBlock++;