diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-18 05:29:20 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-18 05:29:20 -0400 |
commit | 8126d90480fa3e0c5c5cd0d02cb1c93174b45485 (patch) | |
tree | 17baf35a59c26913857060b82c7ce3110d16b53e /ChangeLog | |
parent | ccfe366e6fc64bb81183480bd2ae113041d3c84c (diff) | |
download | glibc-8126d90480fa3e0c5c5cd0d02cb1c93174b45485.tar glibc-8126d90480fa3e0c5c5cd0d02cb1c93174b45485.tar.gz glibc-8126d90480fa3e0c5c5cd0d02cb1c93174b45485.tar.bz2 glibc-8126d90480fa3e0c5c5cd0d02cb1c93174b45485.zip |
Check size of pattern in wide character representation in fnmatch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-03-18 Ulrich Drepper <drepper@gmail.com> + + * posix/fnmatch.c (fnmatch): Check size of pattern in wide + character representation. + Partly based on a patch by Tomas Hoger <thoger@redhat.com>. + 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com> * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix |