Bug#975640: fdupes: segfault when using -d -I options

2021-01-14 Thread Otto Visser
I could indeed reproduce that: Stack trace of thread 3038787: #0 0x556080008e0b log_file_remaining (fdupes + 0xbe0b) #1 0x55608000315a deletesuccessor (fdupes + 0x615a) #2 0x55608dd8 main (fdupes + 0x3dd8) #3 0x7f46c8255d0a __libc_start_main (libc.so.6 + 0x26d0a) #4 0x000

Bug#975640: fdupes: segfault when using -d -I options

2020-11-24 Thread Otto Visser
Package: fdupes Version: 1:2.1.1-1 Severity: normal Dear Maintainer, while trying to clean up I encountered a segfault in fdupes. The commandline I used was: `fdupes -r -d -I .`. It prints the first match of a set of matches followed by the segfault: ``` [+] ./2018/07/IMG-20180705-WA0004.jpg

Bug#780834: util-linux: [libfdisk] incorrect GPT header leads to segfault

2015-03-23 Thread Otto Visser
Upstream accepted the reordering patch in libfdisk (header length check before crc check), so that fixes the segfault: https://github.com/karelzak/util-linux/commit/9c6f3de60f9858e404a825824026bff4c42203fc Best regards, Otto. smime.p7s Description: S/MIME Cryptographic Signature

Bug#780834: util-linux: [libfdisk] incorrect GPT header leads to segfault

2015-03-20 Thread Otto Visser
Upstream 2.26.1 contains the same problem, just on different lines in the code. Problem forwarded to the upstream mailing list. Best, Otto. On 03/20/15 13:30, Andreas Henriksson wrote: > Hello Otto Visser! > > Manual fuzz testing... Thanks for your interest in hardening > th

Bug#780834: util-linux: [libfdisk] incorrect GPT header leads to segfault

2015-03-20 Thread Otto Visser
Package: util-linux Version: 2.25.2-5 Severity: normal Dear Maintainer, Let's start with the TL;DR version: if fdisk encounters a GPT header with an incorrect size field it tries to calculate the CRC32 over whatever this size field is reporting, leading eventually to a segfault. Longer version

Bug#621763: dpkg-deb: unparseable error string, probably typo

2011-04-08 Thread Otto Visser
Package: dpkg Version: 1.16.0.1 Severity: minor While attempting to install an update to skype I got this output: dpkg -i /local/downloads/skype-debian_2.2.0.25-1_amd64.deb (Reading database ... 194818 files and directories currently installed.) Preparing to replace skype 2.1.0.81-1 (using .../s

Bug#481352: adduser: --backup backs up to file called "--bzip2"

2008-05-15 Thread Otto Visser
Package: adduser Version: 3.107 Severity: normal deluser --backup backs up the home directory of the to be deleted user to a file called --bzip2. The order of the arguments in deluser is incorrect, changing line 325 by placing $backup_name directly after the "-cf" fixes the problem. -- Syste