]> git.ipfire.org Git - thirdparty/coreutils.git/commit
sort: fix bug with EOF at buffer refill
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jul 2010 03:51:02 +0000 (20:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jul 2010 03:51:19 +0000 (20:51 -0700)
commitc8d3838681de7137a3eb1127c4c4486023bd2f00
tree804105c6f18691d194ac55f419fb95d5216877fd
parent247e2396980f659ff126f338e56f54baac1e3717
sort: fix bug with EOF at buffer refill

* src/sort.c (fillbuf): Don't append eol unless the line is nonempty.
This fixes a bug that was partly but not completely fixed by
the aadc67dfdb47f28bb8d1fa5e0fe0f52e2a8c51bf commit (dated July 15).
* tests/misc/sort (realloc-buf-2): New test, which catches this
bug on 64-bit hosts.
src/sort.c
tests/misc/sort