Bug#376201: dpkg: can crash when out of memory

2011-05-05 Thread Guillem Jover
tag 376201 unreproducible moreinfo thanks On Fri, 2006-06-30 at 16:29:37 -0400, Justin Pryzby wrote: > Package: dpkg > Version: 1.13.21 > Severity: normal > > dpkg can crash when malloc fails; here are two test cases; run with > sudo gdb --args dpkg -i "$f"

Bug#376201: dpkg: can crash when out of memory

2006-06-30 Thread Justin Pryzby
Package: dpkg Version: 1.13.21 Severity: normal dpkg can crash when malloc fails; here are two test cases; run with sudo gdb --args dpkg -i "$f" set environment LD_LIBRARY_PATH=/usr/lib/debug break free r d 1 break fork ignore 2 2 c d 2 break malloc ignore 3 3 c return 0 c ignore 3 10 c return 0