]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: fix heap manipulations in previous commit
authorPádraig Brady <P@draigBrady.com>
Tue, 8 Sep 2015 11:53:11 +0000 (12:53 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 8 Sep 2015 11:56:04 +0000 (12:56 +0100)
commit5bbdcd2a02d9686edb788c46fc953192acdc6796
treee70e1abae7e1d45dca18219085078a5061ff50e1
parenta4b640549df3216282f9d9924901b1521c3e2d69
maint: fix heap manipulations in previous commit

* src/sort.c (main): Ensure we don't free() and invalid
pointer when reading implicit stdin.  Also avoid
"definitely lost" valgrind warnings in the --files0-from case.
src/sort.c