1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-05 09:17:58 +02:00
Files
coreutils/src
Paul Eggert a08853948c sort: pacify -fsanitizer=leak
* src/sort.c (pipe_fork, keycompare, sort, main):
Remove lint code that no longer seems to be needed.
(sort): Unconditionally compile ifdef lint code that is needed
to free storage even when not linting.
(main): Use main_exit, not return.
2022-01-31 12:07:39 -08:00
..