diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-02 12:12:55 -0700 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2010-05-12 03:21:20 +0200 |
commit | 850121f39d8b0bcf1e5bb2bddd4b50aae708b661 (patch) | |
tree | 871fdde839670dbe6703ad604a4fccaacb2c0a46 /ChangeLog | |
parent | 15290d70863d800087aa629f035ad4bcb7f1f69b (diff) | |
download | glibc-850121f39d8b0bcf1e5bb2bddd4b50aae708b661.tar.gz glibc-850121f39d8b0bcf1e5bb2bddd4b50aae708b661.tar.xz glibc-850121f39d8b0bcf1e5bb2bddd4b50aae708b661.zip |
Fix handling if newline in addmntent.
(cherry picked from commit ab00f4eac8f4932211259ff87be83144f5211540)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d9f1b5f94..eb9a577918 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] |