summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-08-18 07:26:30 +0200
committerJim Meyering <meyering@redhat.com>2012-08-18 08:03:55 +0200
commit46444af9e485b95f7ddf24c7fd9ed2586209286c (patch)
tree0670bbfd7fac30341236cdc488c0d582aed61955 /NEWS
parentb8104e47ca23cb7ba57e0c06451df093e6b02593 (diff)
downloadcoreutils-46444af9e485b95f7ddf24c7fd9ed2586209286c.tar.xz
tests: trigger the sort -u free-memory-read bug
* tests/misc/sort-u-FMR: New file. * tests/Makefile.am (TESTS): Add it. * tests/misc/sort: Add the test here, too. * NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f39a76ae6..1737235d0 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,11 @@ GNU coreutils NEWS -*- outline -*-
(yes 7 | head -11; echo 1) | sort --p=1 -S32b -u
[bug introduced in coreutils-8.6]
+ sort -u could read freed memory.
+ For example, this evokes a read from freed memory:
+ perl -le 'print "a\n"."0"x900'|valgrind sort --p=1 -S32b -u>/dev/null
+ [bug introduced in coreutils-8.6]
+
** New features
rm now accepts the --dir (-d) option which makes it remove empty directories.