Bug#898327: cppcheck: *** stack smashing detected ***: terminated

2018-05-10 Thread Jakub Wilk
cture: i386 Versions of packages cppcheck depends on: ii libc6 2.27-3 ii libgcc1 1:8.1.0-1 ii libpcre3 2:8.39-9 ii libstdc++68.1.0-1 ii libtinyxml2-6 6.2.0+dfsg-1 ii python3 3.6.5-3 ii python3-pygments 2.2.0+dfsg-1 -- Jakub Wilk

Bug#897251: pdf2djvu: FAIL: test-1px-font.test.test

2018-05-04 Thread Jakub Wilk
Easy work-around for pdf2djvu: add the "fontconfig" package to Build-Depends. It will take care take of creating the UUID file for /usr/local/share/fonts/, and then FcDirCacheCreateUUID() will be mostly no-op. -- Jakub Wilk

Bug#897251: pdf2djvu: FAIL: test-1px-font.test.test

2018-05-02 Thread Jakub Wilk
the build-dependencies.) -- Jakub Wilk

Bug#896057: gcc-7: doesn't look for "as" in dir specified by -B

2018-04-19 Thread Jakub Wilk
same way for ld? Yes. * Do cross toolchains also need such a symlink? No. (Although I suppose it wouldn't hurt either.) * If yes, where to place it? (They use a different directory layout.) * Which make variable contains the correct path? $(gcc_lib_dir) would be my guess. -- Jakub Wilk

Bug#896057: gcc-7: doesn't look for "as" in dir specified by -B

2018-04-18 Thread Jakub Wilk
via /run/systemd/system) Versions of packages gcc-7 depends on: ii binutils 2.30-15 ii cpp-7 7.3.0-16 ii gcc-7-base7.3.0-16 ii libc6 2.27-3 ii libcc1-0 8-20180414-1 ii libgcc-7-dev 7.3.0-16 ii libgcc1 1:8-20180414-1 ii libgmp10 2:6.1.2+dfsg-3 ii libisl19 0.19-1 ii libmpc3 1.1.0-1 ii libmpfr6 4.0.1-1 ii libstdc++68-20180414-1 ii zlib1g1:1.2.8.dfsg-5 Versions of packages gcc-7 recommends: ii libc6-dev 2.27-3 -- Jakub Wilk

Bug#895630: pdf2djvu: FTBFS with poppler 0.63.0: tests fail: PDF syntax warning: EOF while reading header

2018-04-13 Thread Jakub Wilk
arning: EOF while reading header (continuing anyway) - PDF syntax warning: EOF while reading header (continuing anyway) Ideally, this should be fixed in Poppler by cherry-picking this patch: https://cgit.freedesktop.org/poppler/poppler/patch/?id=e491e935ea355d48519cf0a14e4b060655850675 -- Jakub Wilk

Bug#895606: jlint.sh: option injection

2018-04-13 Thread Jakub Wilk
/tmp/moo /tmp/moo -- Jakub Wilk

Bug#575490: djvu2hocr: extract XMP metadata

2018-04-11 Thread Jakub Wilk
Control: forwarded -1 https://github.com/jwilk/ocrodjvu/issues/22 Control: close -1 This bug was filed in Debian BTS, because there was no upstream bug tracker at the time. Let's close this bug in favor of the upstream one. -- Jakub Wilk

Bug#892109: pdf2djvu FTBFS with libpoppler-dev 0.62.0-2

2018-03-05 Thread Jakub Wilk
* Adrian Bunk <b...@debian.org>, 2018-03-05, 18:50: pdf-unicode.cc:29:10: fatal error: UTF8.h: No such file or directory This was fixed upstream in 0.9.8: https://github.com/jwilk/pdf2djvu/commit/e263c43bbd552a771f74f0f93ce9cca8b1aa8702 -- Jakub Wilk

Bug#840014: webcheckout: missing URL sanitization

2018-02-24 Thread Jakub Wilk
if (int($major) >= 2 && int($minor) >= 12) { ">=" compares numerically even when arguments are strings, so the int() calls aren't needed here. More importantly, this will break when Git 3.0 is released, because int($minor) >= 12 will be no longer true. -- Jakub Wilk

Bug#891321: python-doc8: broken Homepage URL

2018-02-24 Thread Jakub Wilk
Connecting to git.openstack.org (git.openstack.org)|104.130.246.85|:80... connected. HTTP request sent, awaiting response... 404 Not found 2018-02-24 14:16:48 ERROR 404: Not found. -- Jakub Wilk

Bug#840014: webcheckout: missing URL sanitization

2018-02-22 Thread Jakub Wilk
I suggest replacing (?:[^:]|$) with (?!:|//) qw(git clone -c protocol.file.allow=user --) qw(git -c protocol.file.allow=user clone --) would be better here. The difference is that the former unnecessarily puts protocol.file.allow=user in the repo's .git/config. -- Jakub Wilk

Bug#890835: urlwatch: "Please set $VISUAL or $EDITOR"

2018-02-19 Thread Jakub Wilk
f packages urlwatch depends on: ii python3-appdirs 1.4.3-1 ii python3-keyring 10.6.0-1 ii python3-minidb 2.0.2-1 ii python3-pycodestyle 2.3.1-2 ii python3-requests 2.18.4-2 ii python3-yaml 3.12-1+b1 ii python3 3.6.4-1 -- Jakub Wilk

Bug#840014: webcheckout: missing URL sanitization

2018-02-18 Thread Jakub Wilk
$git_url !~ /^(?:https?|git|ssh|file):[^:]/) { SSH protocol has an alternative (and I guess more popular) scp-like syntax: [user@]example.org:path/to/repo There are also two syntaxes for local repositories, although I think neither should be allowed. It's *web*checkout after all... -- Jakub Wilk

Bug#890746: patch: git-style patch on nonexistent file causes stack overflow

2018-02-18 Thread Jakub Wilk
56694fa4, leave_original=true) at util.c:407 #123290 0x565e17da in output_file_now (from=, from_needs_removal=0xffb1c3f3, from_st=, to=0x0, mode=32768, backup=true) at patch.c:1869 #123291 0x565e18c1 in output_files (st=0x0) at patch.c:1949 #123292 0x565dfe9c in main (argc=, argv=) at patch.c:683 -- System Information: Architecture: i386 Versions of packages patch depends on: ii libc6 2.26-6 -- Jakub Wilk diff --git a/x b/x --- a/x +++ b/x @@ -1 +1 @@ -a +b

Bug#840014: webcheckout: missing URL sanitization

2018-02-11 Thread Jakub Wilk
k to the canonical document about option injection but I cannot find a link. IIRC it includes how to get RCE with tar/cpio/etc option injection. Do you remember where that can be found? I haven't heard about it. -- Jakub Wilk

Bug#890076: PTS: broken "browse source code" links

2018-02-10 Thread Jakub Wilk
Package: qa.debian.org User: qa.debian@packages.debian.org Usertags: pts On <https://packages.qa.debian.org/d/dash.html>, "browse source code" points to <https://sources.debian.org/src/dash/unstable/>, which is 404. -- Jakub Wilk

Bug#840014: webcheckout: missing URL sanitization

2018-02-08 Thread Jakub Wilk
nd a way to exploit it for anything nefarious. -- Jakub Wilk

Bug#867699: fatal: transport 'ext' not allowed

2018-02-08 Thread Jakub Wilk
loited via git-remote-ext: https://github.com/sociomantic-tsunami/git-hub/issues/197 https://github.com/seveas/git-spindle/issues/154 -- Jakub Wilk

Bug#888619: gzip: please add Homepage field

2018-01-27 Thread Jakub Wilk
Source: gzip Version: 1.6-5 Severity: wishlist Please add Homepage: https://www.gnu.org/software/gzip/ to debian/control. -- Jakub Wilk

Bug#888454: xorg-docs: broken watch file

2018-01-26 Thread Jakub Wilk
Control: notfound -1 1:1.7.1-2 Control: found -1 1:1.7.1-1 Bad submitter. -- Jakub Wilk

Bug#886352: tar: garbage instead of owner set in TAR_OPTIONS

2018-01-25 Thread Jakub Wilk
Control: forwarded -1 https://lists.gnu.org/archive/html/bug-tar/2016-09/msg5.html Tags: -1 + fixed-upstream http://git.savannah.gnu.org/cgit/tar.git/commit/?id=c2886473a803 (which is included in tar 1.30) fixes it for me. -- Jakub Wilk

Bug#888460: libxss: bad git URL in package description

2018-01-25 Thread Jakub Wilk
Source: libxss Version: 1:1.2.2-2 Tags: patch $ apt-cache show libxss1 | grep git:// | xargs git ls-remote fatal: repository 'https://anongit.freedesktop.org/git/xorg/lib/libScrnSaver/' not found -- Jakub Wilk From bb62d415b80f8eeeae5c1163ab2801dfba475c97 Mon Sep 17 00:00:00 2001 From: Jakub

Bug#888454: xorg-docs: broken watch file

2018-01-25 Thread Jakub Wilk
Source: xorg-docs Version: 1:1.7.1-2 Tags: patch -- Jakub Wilk From ad5c7b737e4ed890f727a1c4c08c2eb800e2701a Mon Sep 17 00:00:00 2001 From: Jakub Wilk <jw...@jwilk.net> Date: Thu, 25 Jan 2018 22:02:54 +0100 Subject: [PATCH] Fix debian/watch. --- debian/watch | 2 +- 1 file changed, 1 ins

Bug#831449: lintian on Sid amd64 reports volatile false spelling errors in binaries

2018-01-24 Thread Jakub Wilk
r example, if this sentence were embedded in a binary, Lintain would find the misspelling: even though the misspelled word is short, it's part of a longer chunk of text, which would be spell-checked. -- Jakub Wilk

Bug#286979: tar: should sort files before opening them

2018-01-23 Thread Jakub Wilk
s ext3. The --sort option was added upstream in 1.28, so I guess this should be closed. -- Jakub Wilk

Bug#846490: missing tar(5) manpage

2018-01-23 Thread Jakub Wilk
rchive-dev to Suggest and the following text (shamelessly stolen from #662718) to the package description: The man page describing the tar(5) archive format can be found in the libarchive-dev package. -- Jakub Wilk

Bug#888210: tar: please add Homepage field

2018-01-23 Thread Jakub Wilk
Source: tar Version: 1.29b-2 Severity: wishlist Please add: Homepage: https://www.gnu.org/software/tar/ to debian/control. -- Jakub Wilk

Bug#888143: /usr/share/doc/python-nose2/rst is a broken symlink

2018-01-23 Thread Jakub Wilk
1.6.6-1 ii sphinx-rtd-theme-common 0.2.4-1 -- Jakub Wilk

Bug#888054: apparmor: abstractions/audio should whitelist /etc/pulse/client.conf.d/*

2018-01-22 Thread Jakub Wilk
/etc/pulse/client.conf.d/00-disable-autospawn.conf -- System Information: Architecture: i386 Versions of packages apparmor depends on: ii libc62.26-4 ii debconf 1.5.65 ii python3 3.6.4-1 ii lsb-base 9.20170808 -- Jakub Wilk

Bug#887752: didjvu: FTBFS and Debci failure with python-pil 5.0.0-1

2018-01-19 Thread Jakub Wilk
is caused by a bug in Pillow: https://github.com/python-pillow/Pillow/issues/2926 -- Jakub Wilk

Bug#887661: ghostscript: segfault in txtwrite_process_plain_text()

2018-01-18 Thread Jakub Wilk
0055cad3f88a91 in main (argc=7, argv=0x7fff0e6cf958) at ./psi/dxmainc.c:86 -- System Information: Architecture: amd64 Versions of packages ghostscript depends on: ii libc62.26-4 ii libgs9 9.22~dfsg-1 ii debconf 1.5.65 -- Jakub Wilk djvu.ps Description: PostScript document

Bug#886691: vmdebootstrap creates world-readable images

2018-01-08 Thread Jakub Wilk
-distro-info 0.17 ii python2.7 2.7.14-4 ii python 2.7.14-4 -- Jakub Wilk

Bug#397601: posh: "type" builtin missing

2018-01-08 Thread Jakub Wilk
* Clint Adams <sch...@debian.org>, 2006-11-08, 18:06: you could lobby to get 'type' or your favorite option added explicitly to debian policy. The relevant Policy bug is #747320. -- Jakub Wilk

Bug#886671: qemu-system-x86: null pointer dereference in handle_keydown/sdl2_window_destroy

2018-01-08 Thread Jakub Wilk
+xsa245-0+deb9u1 ii libxenstore3.0 4.8.2+xsa245-0+deb9u1 ii zlib1g 1:1.2.8.dfsg-5 ii qemu-system-common 1:2.10.0+dfsg-2 ii seabios 1.10.2-1 ii ipxe-qemu 1.0.0+git-20161027.b991c67-1 -- Jakub Wilk

Bug#874305: RFS: mitlm/0.4.2-1 -- MIT Language Modeling toolkit

2018-01-07 Thread Jakub Wilk
I've retired from sponsoring. Sorry! -- Jakub Wilk

Bug#886352: tar: garbage instead of owner set in TAR_OPTIONS

2018-01-04 Thread Jakub Wilk
* Jakub Wilk <jw...@jwilk.net>, 2018-01-04, 21:01: $ export TAR_OPTIONS='--owner root --group root --mode go-r' $ tar -cvvf foo.tar /dev/null tar: Removing leading `/' from member names crw--w--w- `/dev/null 1,3 2018-01-04 18:42 /dev/null Valgrind suggests it's a use-after-free: I

Bug#886352: tar: garbage instead of owner set in TAR_OPTIONS

2018-01-04 Thread Jakub Wilk
depends on: ii libacl1 2.2.52-3+b1 ii libc62.26-1 ii libselinux1 2.7-2 -- Jakub Wilk

Bug#886351: Wide character in print at /usr/bin/gitlab-api-v4 line 106

2018-01-04 Thread Jakub Wilk
-perl 0.27-1 ii librole-rest-client-perl0.22-1 ii libstrictures-perl 2.03-1 ii libtry-tiny-perl0.30-1 ii libtype-tiny-perl 1.002001-1 ii liburi-perl 1.72-2 ii libyaml-perl1.24-1 -- Jakub Wilk

Bug#886113: ocrodjvu does not find any languages with tesseract 4.x

2018-01-02 Thread Jakub Wilk
-langs > /dev/null real 0m0.367s user 0m0.333s sys 0m0.032s -- Jakub Wilk

Bug#885865: ocaml-doc: upload to unstable

2017-12-30 Thread Jakub Wilk
Package: ocaml-doc Version: 4.05-1~exp1 OCaml 4.05 is now in unstable, so documentation for this version should be uploaded to unstable, too. -- Jakub Wilk

Bug#884818: libexpat1-dev: README.md is a broken symlink

2017-12-19 Thread Jakub Wilk
libc6-dev 2.25-5 -- Jakub Wilk

Bug#883896: which-pkg-broke is slow

2017-12-08 Thread Jakub Wilk
2:3.3.12-3 ii python33.6.3-2 ii sensible-utils 0.0.11 ii whiptail 0.52.20-1+b1 ii dialog 1.3-20160828-2 un zenity -- Jakub Wilk diff --git a/which-pkg-broke b/which-pkg-broke ind

Bug#883889: which-pkg-broke: untrusted search path

2017-12-08 Thread Jakub Wilk
0.52.20-1+b1 ii dialog 1.3-20160828-2 un zenity -- Jakub Wilk diff --git a/which-pkg-broke b/which-pkg-broke index 4f53139..c0bd621 100755 --- a/which-pkg-broke +++ b/which-pkg-broke @@ -9,12 +9,15 @@ import time from string import * from stat import *

Bug#883196: [bts] "Problem running mail reader: Inappropriate ioctl for device"

2017-11-30 Thread Jakub Wilk
riate ioctl for device" doesn't make sense. -- Jakub Wilk

Bug#883087: consolation: very slow restart

2017-11-29 Thread Jakub Wilk
-quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME But consolation doesn't create any pidfile, so I can't see how could it work. -- Jakub Wilk

Bug#883106: mutt: null pointer dereference in mbox_to_udomain()

2017-11-29 Thread Jakub Wilk
gssapi-krb5-2 1.15.2-2 ii libidn11 1.33-2 ii libk5crypto3 1.15.2-2 ii libkrb5-3 1.15.2-2 ii libncursesw5 6.0+20171125-1 ii libsasl2-22.1.27~101-g0780600+dfsg-3 ii libtinfo5 6.0+20171125-1 ii libtokyocabinet9 1.4.48-11+b1 -- Jakub Wilk

Bug#883087: consolation: very slow restart

2017-11-29 Thread Jakub Wilk
real0m0.012s user0m0.007s sys 0m0.005s -- Jakub Wilk

Bug#883087: consolation: very slow restart

2017-11-29 Thread Jakub Wilk
of packages consolation depends on: ii libc6 2.25-2 ii libevdev2 1.5.7+dfsg-1 ii libinput10 1.9.2-1 ii libudev1235-3 ii lsb-base9.20170808 -- Jakub Wilk

Bug#883084: /usr/share/doc/python3-xlib/html/index.html is a broken symlink

2017-11-29 Thread Jakub Wilk
1.11.0-1 ii python3 3.6.3-2 -- Jakub Wilk

Bug#882461: mutt: out-of-date package description

2017-11-23 Thread Jakub Wilk
Package: mutt Version: 1.9.1-2 The package description says "This package is built with the NeoMutt patchset", but this is no longer the case. -- Jakub Wilk

Bug#882405: man-db: warnings from apparmor

2017-11-22 Thread Jakub Wilk
=500 ouid=0 -- System Information: Architecture: i386 Versions of packages man-db depends on: ii dpkg 1.19.0.4 ii groff-base1.22.3-9 ii bsdmainutils 9.0.14 ii debconf 1.5.65 ii libc6 2.25-1 ii libgdbm3 1.8.3-14 ii libpipeline1 1.5.0-1 ii zlib1g1:1.2.8.dfsg-5 Versions of packages man-db suggests: ii groff1.22.3-9 ii less 481-2.1 ii apparmor 2.11.1-3 -- Jakub Wilk

Bug#882373: zsh -n: null pointer dereference in paramsubst()

2017-11-21 Thread Jakub Wilk
esw5 6.0+20170902-1 ii libpcre3 2:8.39-5 -- Jakub Wilk nullptr.sh Description: Bourne shell script

Bug#882177: busybox: unzip creates world-writable directories

2017-11-19 Thread Jakub Wilk
busybox depends on: ii libc6 2.25-1 -- Jakub Wilk

Bug#882175: busybox: out-of-bounds read in get_header_ar()

2017-11-19 Thread Jakub Wilk
A38: run_applet_and_exit (appletlib.c:927) ==2180==by 0x10FADC: main (appletlib.c:1032) ... Found using American Fuzzy Lop: http://lcamtuf.coredump.cx/afl/ -- System Information: Architecture: i386 Versions of packages busybox depends on: ii libc6 2.25-1 -- Jakub Wilk oob

Bug#882094: unar: heap-based buffer overflow in LHAready_made()

2017-11-18 Thread Jakub Wilk
ii libicu57 57.1-8 ii libobjc4 7.2.0-16 ii libstdc++67.2.0-16 ii libwavpack1 5.1.0-2 ii zlib1g1:1.2.8.dfsg-5 -- Jakub Wilk overflow.lha Description: application/lha

Bug#876511: formail: heap-based buffer overflow in loadbuf()

2017-11-17 Thread Jakub Wilk
nd I confirm that it fixes the crash. -- Jakub Wilk

Bug#882021: fig2dev: buffer overflow in note_arrow()

2017-11-17 Thread Jakub Wilk
0x5663fa47 in main (argc=4, argv=0xff8ada24) at fig2dev.c:412 -- System Information: Architecture: i386 Versions of packages fig2dev depends on: ii gawk 1:4.1.4+dfsg-1 ii x11-common 1:7.7+19 ii libc62.24-17 ii libpng16-16 1.6.34-1 ii libxpm4 1:3.5.12-1 -- Jakub Wilk

Bug#882022: fig2dev: buffer underwrite in get_line()

2017-11-17 Thread Jakub Wilk
; If the string length is 0 (or 1 is some cases), this writes outside the buffer. -- Jakub Wilk

Bug#881922: gcab: out-of-bounds read in cdata_finish()

2017-11-16 Thread Jakub Wilk
Information: Architecture: i386 Versions of packages gcab depends on: ii libc6 2.24-17 ii libgcab-1.0-0 0.7-4 ii libglib2.0-0 2.54.2-1 -- Jakub Wilk oob.cab.gz Description: application/gzip

Bug#881396: fig2dev: buffer overflow in note_pattern()

2017-11-11 Thread Jakub Wilk
on: ii gawk 1:4.1.4+dfsg-1 ii x11-common 1:7.7+19 ii libc62.24-17 ii libpng16-16 1.6.34-1 ii libxpm4 1:3.5.12-1 -- Jakub Wilk overflow.fig Description: application/xfig

Bug#880959: nomarch: buffer overflow in outputstring()

2017-11-06 Thread Jakub Wilk
386 Versions of packages nomarch depends on: ii libc6 2.24-17 -- Jakub Wilk

Bug#880957: clang-5.0-dbgsym: "warning: Could not find DWO CU ..."

2017-11-06 Thread Jakub Wilk
by CU at offset 0x66a8 [in module /usr/lib/debug/.build-id/78/69c51149fd48e2dab7696d4ffc419fd0df1795.debug] are you experimenting the same issue with build in unstable ? Yes. -- Jakub Wilk

Bug#880957: clang-5.0-dbgsym: "warning: Could not find DWO CU ..."

2017-11-06 Thread Jakub Wilk
(0xbe70f1b6b2031b76) referenced by CU at offset 0x6738 [in module /usr/lib/debug/.build-id/78/69c51149fd48e2dab7696d4ffc419fd0df1795.debug] -- System Information: Architecture: i386 Versions of packages clang-5.0-dbgsym depends on: ii clang-5.0 1:5.0~+rc2-1 -- Jakub Wilk

Bug#769719: nviboot fails to send recovery mail

2017-11-04 Thread Jakub Wilk
ary code as user "nobody". PoC exploit: $ echo 'X-vi-recover-path: /etc/fstab' > '/var/tmp/vi.recover/recover.moo;z=$(pwd|head${IFS}-c1);apt-get${IFS}moo>${z}tmp${z}pwned' -- Jakub Wilk

Bug#880585: unar: unbounded VLA in -[XADArParser parse]

2017-11-02 Thread Jakub Wilk
5.1.0-2 ii zlib1g1:1.2.8.dfsg-5 -- Jakub Wilk bigvla.ar Description: Binary data

Bug#880575: libgnustep-base1.25: use-after-free in privateSetLocale()

2017-11-02 Thread Jakub Wilk
57.1-8 ii libobjc4 7.2.0-12 ii libxml2 2.9.4+dfsg1-5 ii libxslt1.1 1.1.29-2.2 ii zlib1g 1:1.2.8.dfsg-5 Versions of packages libgnustep-base1.25 recommends: ii gnustep-base-runtime 1.25.0-2 -- Jakub Wilk #include #import #import int main()

Bug#880562: python-scipy-doc doesn't render maths

2017-11-02 Thread Jakub Wilk
libjs-underscore 1.8.3~dfsg-1 ii libjs-sphinxdoc 1.6.5-2 -- Jakub Wilk

Bug#880117: perl-debug: incomplete description

2017-10-29 Thread Jakub Wilk
perl-debug depends on: ii perl 5.26.1-2 ii libc6 2.24-17 -- Jakub Wilk

Bug#880085: perl: deep recursion in Encode::find_encoding when decoding MIME header

2017-10-29 Thread Jakub Wilk
ader.pm line 128, line 1. -- System Information: Architecture: i386 Versions of packages perl depends on: ii dpkg 1

Bug#880084: tracker.debian.org: mojibake in "testing migration" box

2017-10-29 Thread Jakub Wilk
Package: tracker.debian.org The "testing migrations" box on https://tracker.debian.org/pkg/libkal reads: د ال٠ح٠ودي (Ahmed El-Mahmoudy) -- Jakub Wilk

Bug#879982: dpkg-deb --raw-extract: directory traversal via /DEBIAN symlink

2017-10-27 Thread Jakub Wilk
s of packages dpkg depends on: ii libbz2-1.0 1.0.6-8.1 ii libc62.24-17 ii liblzma5 5.2.2-1.3 ii libselinux1 2.7-2 ii zlib1g 1:1.2.8.dfsg-5 ii tar 1.29b-2 -- Jakub Wilk traversal.deb Description: application/vnd.debian.binary-package

Bug#879596: zsh forks when checking syntax

2017-10-23 Thread Jakub Wilk
libcap2 1:2.25-1.1 ii libtinfo5 6.0+20170902-1 Versions of packages zsh recommends: ii libncursesw5 6.0+20170902-1 ii libpcre3 2:8.39-5 -- Jakub Wilk

Bug#879553: clang: /usr/bin/sancov symlink

2017-10-22 Thread Jakub Wilk
Package: clang Version: 1:4.0-37~exp4 Severity: wishlist Please ship /usr/bin/sancov -> /usr/bin/sancov-4.0 symlink. -- System Information: Architecture: i386 Versions of packages clang depends on: ii clang-4.0 1:4.0.1-8 -- Jakub Wilk

Bug#879548: zsh -n: use-after-free in patcompile()

2017-10-22 Thread Jakub Wilk
2.24-17 ii libcap2 1:2.25-1.1 ii libtinfo5 6.0+20170902-1 Versions of packages zsh recommends: ii libncursesw5 6.0+20170902-1 ii libpcre3 2:8.39-5 -- Jakub Wilk uaf.sh Description: Bourne shell script

Bug#879504: cyreposurgeon: undefined symbol: PyFPE_jbuf

2017-10-22 Thread Jakub Wilk
3.6.3-1 ii python2.7.14-1 -- Jakub Wilk

Bug#879502: clang-5.0: "documentation for sancov is maintained as a Texinfo manual"

2017-10-22 Thread Jakub Wilk
. But there's no such info page. -- Jakub Wilk

Bug#879464: ksh: buffer overflow in sh_syntax()

2017-10-21 Thread Jakub Wilk
n: Architecture: i386 Versions of packages ksh depends on: ii libc6 2.24-17 ii binfmt-support 2.1.8-1 -- Jakub Wilk

Bug#879220: e2fsck: division by 0 in show_stats()

2017-10-20 Thread Jakub Wilk
epends on: ii e2fslibs1.43.7-1 ii libblkid1 2.30.2-0.1 ii libc6 2.24-17 ii libcomerr2 1.43.7-1 ii libss2 1.43.7-1 ii libuuid12.30.2-0.1 -- Jakub Wilk sigfpe.ext2.gz Description: application/gzip

Bug#879212: llvm-toolchain-5.0: doesn't honour DEB_BUILD_OPTIONS=noopt

2017-10-20 Thread Jakub Wilk
Source: llvm-toolchain-5.0 Version: 1:5.0~+rc2-1 I tried rebuilding this package with DEB_BUILD_OPTIONS=noopt, but it didn't work: there code was still built with -O2. -- Jakub Wilk

Bug#879060: ksh -n: out-of-bounds read in sfstack()

2017-10-18 Thread Jakub Wilk
ormation: Architecture: i386 Versions of packages ksh depends on: ii libc6 2.24-17 ii binfmt-support 2.1.8-1 -- Jakub Wilk

Bug#878947: mksh -n: "internal error: can't allocate ..."

2017-10-17 Thread Jakub Wilk
i libc6 2.24-17 -- Jakub Wilk

Bug#878697: dash -n: out-of-bounds write

2017-10-15 Thread Jakub Wilk
ends on: ii libc62.24-17 ii debianutils 4.8.2 ii dpkg 1.18.24 -- Jakub Wilk

Bug#878645: pax: buffer under-read in tar_rd()

2017-10-15 Thread Jakub Wilk
Package: pax Version: 1:20161104-2 The tar_rd() function does: pt = &(arcn->name[arcn->nlen - 1]); without checking that arcn->nlen is greater than 0. -- System Information: Architecture: i386 Versions of packages pax depends on: ii libc6 2.24-17 -- Jakub Wilk

Bug#878642: pax: out-of-bounds write in uar_rd()

2017-10-15 Thread Jakub Wilk
) by 0x10D15E: list (ar_subs.c:104) by 0x109DD6: main (pax.c:296) Address 0xd81ec390 is not stack'd, malloc'd or (recently) free'd -- System Information: Architecture: i386 Versions of packages pax depends on: ii libc6 2.24-17 -- Jakub Wilk

Bug#878512: pax: out-of-bounds read in rd_wrbuf()

2017-10-14 Thread Jakub Wilk
ing American Fuzzy Lop: http://lcamtuf.coredump.cx/afl/ -- System Information: Architecture: i386 Versions of packages pax depends on: ii libc6 2.24-17 -- Jakub Wilk

Bug#878269: ark: path traversal via directory symlink

2017-10-11 Thread Jakub Wilk
zip -- Jakub Wilk traversal.tar.gz Description: application/gzip

Bug#878260: nomarch: out-of-bounds read in arc_extract_or_test()

2017-10-11 Thread Jakub Wilk
tem Information: Architecture: i386 Versions of packages nomarch depends on: ii libc6 2.24-17 -- Jakub Wilk oob.arc Description: Binary data

Bug#878159: libc6: posix_memalign(): free(): invalid next size (fast)

2017-10-10 Thread Jakub Wilk
Adding forgotten attachment... -- Jakub Wilk #include #include int main(int argc, char **argv) { void *p; return posix_memalign(, 0x10, SIZE_MAX - 0x20); }

Bug#878159: libc6: posix_memalign(): free(): invalid next size (fast)

2017-10-10 Thread Jakub Wilk
6b in main () -- System Information: Architecture: i386 Versions of packages libc6 depends on: ii libgcc1 1:7.2.0-8 -- Jakub Wilk

Bug#878104: debugfs: out-of-bounds read in ext2fs_inode_csum_verify()

2017-10-09 Thread Jakub Wilk
ion: Architecture: i386 Versions of packages e2fsprogs depends on: ii e2fslibs1.43.6-1 ii libblkid1 2.29.2-5+b1 ii libc6 2.24-17 ii libcomerr2 1.43.6-1 ii libss2 1.43.6-1 ii libuuid12.29.2-5+b1 -- Jakub Wilk oob.ext2.gz Description: application/gzip

Bug#878012: nautilus: path traversal via directory symlink

2017-10-08 Thread Jakub Wilk
vfs 1.34.1-1 ii libglib2.0-data2.54.1-1 ii gsettings-desktop-schemas 3.24.1-1 Versions of packages nautilus recommends: ii librsvg2-common 2.40.18-1 un gvfs-backends un gnome-sushi -- Jakub Wilk traversal.tar.gz Description: application/gzip

Bug#877793: maildrop: mailbot: null pointer dereference in mksalutation_cb()

2017-10-05 Thread Jakub Wilk
oredump.cx/afl/ -- System Information: Architecture: i386 Versions of packages maildrop depends on: ii courier-authlib 0.68.0-4 ii libc62.24-17 ii libcourier-unicode1 1.4-3+b1 ii libgcc1 1:7.2.0-8 ii libgdbm3 1.8.3-14 ii libpcre3 2:8.39-5 ii libstdc++6 7.2.0-8 -- Jakub Wilk

Bug#716252: [Mayhem] Bug report on courier-maildrop: reformime crashes with exit status 139

2017-10-05 Thread Jakub Wilk
0x0, mimesection=0x565749b8 "moo", extract_filename=0x0, argc=0, argv=0xd584, extract_func=0x565587d0 ) at reformime.c:656 #1 0x56556ee5 in main2 (argv=, argc=, mimecharset=) at reformime.c:1181 #2 main (argc=, argv=) at reformime.c:1226 -- Jakub Wilk

Bug#877108: maildrop: reformail: use-after-free in add_from_filter()

2017-09-28 Thread Jakub Wilk
f packages maildrop depends on: ii courier-authlib 0.68.0-4 ii libc62.24-17 ii libcourier-unicode1 1.4-3+b1 ii libgcc1 1:7.2.0-7 ii libgdbm3 1.8.3-14 ii libpcre3 2:8.39-5 ii libstdc++6 7.2.0-7 -- Jakub Wilk

Bug#877067: mupdf: *-dbgsym packages missing

2017-09-28 Thread Jakub Wilk
... (Note the "-Wl,-s" option.) -- Jakub Wilk

Bug#877062: mupdf-tools: mutool clean: heap corruption

2017-09-28 Thread Jakub Wilk
ii libharfbuzz0b1.4.2-1 ii libjbig2dec0 0.13-5 ii libjpeg62-turbo 1:1.5.2-2 ii libopenjp2-7 2.2.0-1 ii zlib1g 1:1.2.8.dfsg-5 -- Jakub Wilk crash.pdf.gz Description: application/gzip

Bug#877011: reposurgeon: "you have not specified an editor and $EDITOR is not set"

2017-09-27 Thread Jakub Wilk
is not set. -- System Information: Architecture: i386 Versions of packages reposurgeon depends on: ii libc6 2.24-17 ii libpython2.7 2.7.14-2 ii python3 3.5.3-3 ii python2.7.14-1 -- Jakub Wilk

Bug#876992: procmail: formail: out-of-bounds read in skipcomment()

2017-09-27 Thread Jakub Wilk
0x5665fa20 in tmalloc .../procmail-3.22/src/ecommon.c:21 #2 0x56655b61 in getsender .../procmail-3.22/src/formail.c:222 #3 0x56658fce in main .../procmail-3.22/src/formail.c:628 #4 0xf6f17285 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18285) ... -- Jakub Wilk

Bug#876973: clang-4.0: -fsanitize=address + -lc = segmentation fault

2017-09-27 Thread Jakub Wilk
4.0-dev 1:4.0.1-3 ii python2.7.14-1 -- Jakub Wilk

<    2   3   4   5   6   7   8   9   10   11   >