bug#48189: ginstall: memory leak when omitting a directory

2021-05-03 Thread Pádraig Brady
On 03/05/2021 15:13, TU Haoxin wrote: Dear all. We are a team from Singapore Management University and we wrote a symbolic execution tool based on KLEE recently. After running the Coreutils packages(the newest released version, 8.32), we found some interesting issues(most are reported as "dete

bug#48189: ginstall: memory leak when omitting a directory

2021-05-03 Thread Paul Eggert
That one's not a real bug. 'install' is exiting, rather than calling 'free' a couple of times just before exiting; calling 'free' would simply chew up runtime resources for no reason other than to pacify AddressSanitizer. So I'll close this particular bug report. Most memory leaks found by Add

bug#48189: ginstall: memory leak when omitting a directory

2021-05-03 Thread TU Haoxin
Dear all. We are a team from Singapore Management University and we wrote a symbolic execution tool based on KLEE recently. After running the Coreutils packages(the newest released version, 8.32), we found some interesting issues(most are reported as "detected memory leaks" and one is reported