aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-05-02 12:12:55 -0700
committerUlrich Drepper <drepper@redhat.com>2010-05-02 12:12:55 -0700
commitab00f4eac8f4932211259ff87be83144f5211540 (patch)
treef744c5a89c536c357a4f9f22dd75263b3b681e59 /ChangeLog
parent8c0677fe5d91b7269364ca08fa08ed09e4c2d8c9 (diff)
downloadglibc-ab00f4eac8f4932211259ff87be83144f5211540.zip
glibc-ab00f4eac8f4932211259ff87be83144f5211540.tar.gz
glibc-ab00f4eac8f4932211259ff87be83144f5211540.tar.bz2
Fix handling if newline in addmntent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5bf7da..60adfb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-02 Ulrich Drepper <drepper@redhat.com>
+
+ * misc/mntent_r.c (encode_name): The slow loop handles newlines so we
+ should recognize them as an abort condition.
+ Patch by Jan Lieskovsky <jlieskov@redhat.com>.
+
2010-04-25 Bruno Haible <bruno@clisp.org>
[BZ #11538]