diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-22 10:00:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-10-22 10:01:24 +0200 |
commit | a159b53fa059947cc2548e3b0d5bdcf7b9630ba8 (patch) | |
tree | ec926a3f2199246bc1ef2c9361afac4a39d7ed21 /ChangeLog | |
parent | 914c9994d27b80bc3b71c483e801a4f04e269ba6 (diff) | |
download | glibc-a159b53fa059947cc2548e3b0d5bdcf7b9630ba8.tar glibc-a159b53fa059947cc2548e3b0d5bdcf7b9630ba8.tar.gz glibc-a159b53fa059947cc2548e3b0d5bdcf7b9630ba8.tar.bz2 glibc-a159b53fa059947cc2548e3b0d5bdcf7b9630ba8.zip |
glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-10-22 Paul Eggert <eggert@cs.ucla.edu> + + [BZ #22332] + * posix/glob.c (__glob): Fix buffer overflow during GLOB_TILDE + unescaping. + 2017-10-21 Florian Weimer <fweimer@redhat.com> * posix/Makefile (tests): Add tst-glob-tilde. |