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 po
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 0 && top-bot <=
count' failed.
zsh: abort (core dumped) tel
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 /dev/null
pbzip2: *ERROR on decompress - last in segment reached before BZ_STREAM_END:
ret=0; block=1; seq=-1
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
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 ha
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
--
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 x
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
+++ decompres
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.
9 matches
Mail list logo