diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-02 12:12:55 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-02 12:12:55 -0700 |
commit | ab00f4eac8f4932211259ff87be83144f5211540 (patch) | |
tree | f744c5a89c536c357a4f9f22dd75263b3b681e59 /ChangeLog | |
parent | 8c0677fe5d91b7269364ca08fa08ed09e4c2d8c9 (diff) | |
download | glibc-ab00f4eac8f4932211259ff87be83144f5211540.tar glibc-ab00f4eac8f4932211259ff87be83144f5211540.tar.gz glibc-ab00f4eac8f4932211259ff87be83144f5211540.tar.bz2 glibc-ab00f4eac8f4932211259ff87be83144f5211540.zip |
Fix handling if newline in addmntent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |