Bug#638632: pbzip2: removes input file on decompression failure

2011-08-20 Thread Mikolaj Izdebski
Package: pbzip2 Version: 1.1.5-1 Severity: normal How to reproduce: $ echo TEST | bzip2 test.bz2 $ (head -c$(($(cat test.bz2|wc -c)-4)) test.bz2 echo BAD) bad.bz2 $ ls -l bad* -rw-r--r-- 1 aaa bbb 45 08-20 13:40 bad.bz2 $ bzip2 -d bad.bz2 bzip2: Data integrity error when decompressing.

Bug#638963: busybox: undefined behavior in bunzip2

2011-08-23 Thread Mikolaj Izdebski
Package: busybox Version: 1:1.18.5-1 Severity: normal Tags: patch Function start_bunzip() in archival/libarchive/decompress_bunzip2.c, line 689 calls setjmp() in a way resulting in undefined behavior. Patch below. --- decompress_bunzip2.c2011-06-12 16:55:58.0 +0200 +++

Bug#639409: p7zip-full: fails to decompress valid bzip2 files

2011-08-26 Thread Mikolaj Izdebski
Package: p7zip-full Version: 9.20.1~dfsg.1-3 Severity: normal Tags: patch Embedded bzip2 decoder doesnt support bzip2 blocks with more than 18002 selectors (bzip2 allows up to 32767 selectors). How to reproduce: $ (echo QlpoOTFBWSZTWT75kEwAAAJGAAAQAgAMAC//4A \ echo

Bug#647024: bless: assertion failure when saving an empty file

2011-10-29 Thread Mikolaj Izdebski
Package: bless Version: 0.6.0-3 Severity: normal How to reproduce: Create an empty file and open with bless. $ t $ bless t Now try to save the unmodified, empty file. (bless:13743): Gtk-CRITICAL **: IA__gtk_progress_set_percentage: assertion `percentage = 0 percentage = 1.0' failed --

Bug#647025: bless: crashes when saving a nonwritable file

2011-10-29 Thread Mikolaj Izdebski
Package: bless Version: 0.6.0-3 Severity: normal How to reproduce: Create a nonwritable file and open with bless. $ umask 377 $ echo t $ bless t Now try to save the unmodified file. Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to

Bug#647700: pbzip2: doesn't write decompressed file to stdout with -dc

2011-11-05 Thread Mikolaj Izdebski
Package: pbzip2 Version: 1.1.5-1 Severity: normal Tags: upstream With -dc specified and input coming from stdin pbzip2 fails to write decompressed data to stdout. How to reproduce: $ echo TEST | bzip2 test.bz2 $ pbzip2 -dc test.bz2 pbzip2: *ERROR: Won't write compressed data to terminal.

Bug#647702: pbzip2: fails to decompress files with trailing garbage

2011-11-05 Thread Mikolaj Izdebski
Package: pbzip2 Version: 1.1.5-1 Severity: normal Some files with trailing garbage aren't decompressed correctly (but some are). How to reproduce: $ pbzip2 -d --ignore-trailing-garbage=1 trash.bz2 /dev/null pbzip2: *ERROR on decompress - last in segment reached before BZ_STREAM_END: ret=0;

Bug#660573: busybox: segmentation fault in sh builtin test

2012-02-19 Thread Mikolaj Izdebski
Package: busybox Version: 1:1.19.3-5 Severity: normal Simillar to #598238 (busybox and dash seem to share some code). $ busybox sh -xc test\ ! + test ! zsh: segmentation fault (core dumped) busybox sh -xc test\ ! -- System Information: Debian Release: wheezy/sid APT prefers testing APT

Bug#659415: telnet: assertion failure on ring buffer overflow

2012-02-10 Thread Mikolaj Izdebski
Package: telnet Version: 0.17-36 Severity: normal Tags: patch Assertion in ring.cc is too tigh causing abort() to be called on ring buffer overflow. A way to reproduce the bug: $ nc -l -p | sleep 10 $ telnet 127.0.0.1 /dev/zero Trying 127.0.0.1... Connected to 127.0.0.1. Escape