]> git.ipfire.org Git - thirdparty/coreutils.git/commit
* src/sort.c: Avoid O(N**2) behavior when there are many temporary files.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Nov 2004 00:53:23 +0000 (00:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Nov 2004 00:53:23 +0000 (00:53 +0000)
commitfc19c2ddadad27eefa25a06e19f6b45c319ce2da
tree0c7b614ee45c8d36e8d4aab9164e6f2dc2488a50
parent54e862641b456ee67947757d01cc65c63f6156f3
* src/sort.c: Avoid O(N**2) behavior when there are many temporary files.
Fix a race condition.
ChangeLog