Package: fcrackzip / 1.0-8

Metadata

Package Version Patches format
fcrackzip 1.0-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 manpage hyphen.patch | (download)

fcrackzip.1 | 56 28 + 28 - 0 !
1 file changed, 28 insertions(+), 28 deletions(-)

 [patch] fcrackzip.1: fix hyphens

Signed-off-by: Jari Aalto <jari.aalto@cante.net>

20 bug 430387 cannot deal files with special chars.patch | (download)

main.c | 101 100 + 1 - 0 !
1 file changed, 100 insertions(+), 1 deletion(-)

 [patch] handle special file names and passwords
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>

20 readme.patch | (download)

README | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 update url address (closes: #694529).


30 buffer overflow on p.patch | (download)

main.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix buffer overflow on -p
 The length of the argument to -p wasn't capped.  This applies to both uses
 of -p: initial password and dictionary file name.
40 fix big endian format.patch | (download)

main.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a format issue on big endian
 The warning for %d vs %ld is harmless on little-endian and on arches where
 longs have the same length as ints (ie, 32-bit), but the results can be
 nasty on 64-bit big-endian.
50 crash on bad file.patch | (download)

zipinfo.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a crash on non-openable files
 The error handling for missing or otherwise non-openable files was bogus.
 Bug found via Mayhem fuzzing by Alexandre Rebert.
60 typo wether.patch | (download)

fcrackzip.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 typo: wether->whether
70 fix manpage.patch | (download)

fcrackzip.1 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix a typo in manpage.