Bug#769515: dpkg memory leak v2

2014-11-14 Thread Joshua Rogers
Package: dpkg Version: 1.17.21-14-gc195 Severity: normal (I hope I got that right this time!) In dpkg-deb/info.c line 80: dbuf = mkdtemp(path_make_temp_template(dpkg-deb)); In the path_make_temp_template([..]) function. dbuf is never freed. And: in dpkg-deb/extract.c

Bug#769515: dpkg memory leak v2

2014-11-14 Thread Guillem Jover
Hi! On Fri, 2014-11-14 at 19:01:49 +1100, Joshua Rogers wrote: Package: dpkg Version: 1.17.21-14-gc195 Severity: normal (I hope I got that right this time!) Yes. :) In dpkg-deb/info.c line 80: dbuf = mkdtemp(path_make_temp_template(dpkg-deb)); In the path_make_temp_template([..])