Bug#379029: patches from author of bogus memory-management patch need review

2006-08-10 Thread Guillem Jover
Hi, On Thu, 2006-07-20 at 18:00:09 +0100, Ian Jackson wrote: > Package: dpkg > Version: 1.3.22 > > Seen in src/archives.c: > > narglist[i++]= strdup("f"); > narglist[i++]= strdup("-print0"); > narglist[i++]= 0; > execvp(FIND, narglist); > ohshite(_("failed to exec f

Bug#379029: patches from author of bogus memory-management patch need review

2006-07-20 Thread Ian Jackson
Package: dpkg Version: 1.3.22 Seen in src/archives.c: narglist[i++]= strdup("f"); narglist[i++]= strdup("-print0"); narglist[i++]= 0; execvp(FIND, narglist); ohshite(_("failed to exec find for --recursive")); The same code in dpkg 1.4.0 read: const char **arglist