summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-10-09 09:20:46 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-10-09 09:20:46 +0000
commit4a6ec9ec528cc15023aef73d1c53785eda06c3ff (patch)
treeef7bd498a4796d79bb081bba0491d342ffa47299 /newlib/ChangeLog
parentca8170a6c37e017ab757eb6ab3bf1361c6420972 (diff)
downloadcygnal-4a6ec9ec528cc15023aef73d1c53785eda06c3ff.tar.gz
cygnal-4a6ec9ec528cc15023aef73d1c53785eda06c3ff.tar.bz2
cygnal-4a6ec9ec528cc15023aef73d1c53785eda06c3ff.zip
* libc/posix/wordexp.c (wordexp): Handle expanded words longer
than 500 bytes.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 5357d5273..7991e5ed9 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2012-10-09 Peter Rosin <peda@lysator.liu.se>
+ * libc/posix/wordexp.c (wordexp): Handle expanded words longer
+ than 500 bytes.
+
+2012-10-09 Peter Rosin <peda@lysator.liu.se>
+
* libc/posix/wordexp.c (wordexp): Don't leak file streams.
2012-10-03 DJ Delorie <dj@redhat.com>