summaryrefslogtreecommitdiff
path: root/bzip2recover.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 1.0.7 release.bzip2-1.0.7Mark Wielaard2019-06-271-2/+2
|
* bzip2recover: Fix use after free issue with outFile.Mark Wielaard2019-06-241-0/+1
| | | | | | | | | | bzip2recover.c (main): Make sure to set outFile to NULL when done. This was reported as CVE-2016-3189 and found in multiple distributions. https://seclists.org/oss-sec/2016/q2/568 Some more analysis can be found in: https://bugzilla.redhat.com/show_bug.cgi?id=1319648
* bzip2recover: Fix buffer overflow for large argv[0].Mark Wielaard2019-06-241-1/+2
| | | | | | | | bzip2recover.c (main) copies argv[0] to a statically sized buffer without checking whether argv[0] might be too big (> 2000 chars). This patch comes from Fedora and was originally reported at https://bugzilla.redhat.com/show_bug.cgi?id=226979
* Change Julian's email address to jseward@acm.orgMark Wielaard2019-03-301-1/+1
|
* bzip2-1.0.6bzip2-1.0.6Julian Seward2010-09-061-3/+3
|
* bzip2-1.0.5bzip2-1.0.5Julian Seward2007-12-101-3/+3
|
* bzip2-1.0.4bzip2-1.0.4Julian Seward2006-12-201-60/+28
|
* bzip2-1.0.3bzip2-1.0.3Julian Seward2005-02-151-6/+6
|
* bzip2-1.0.2bzip2-1.0.2Julian Seward2001-12-301-25/+136
|
* bzip2-1.0.1bzip2-1.0.1Julian Seward2000-06-241-4/+4
|
* bzip2-0.9.5dbzip2-0.9.5dJulian Seward1999-09-041-10/+11
|
* bzip2-0.9.0cbzip2-0.9.0cJulian Seward1998-08-231-45/+80
|
* bzip2-0.1pl2bzip2-0.1pl2Julian Seward1997-08-291-1/+1
|
* bzip2-0.1bzip2-0.1Julian Seward1997-08-071-0/+399