diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-09 21:09:37 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-09 21:09:37 -0700 |
commit | f15ce4d8dc139523fe0c273580b604b2453acba6 (patch) | |
tree | 81280d3d06fd2156f16763927aa7a3d9eb815610 /ChangeLog | |
parent | d22e4cc9397ed41534c9422d0b0ffef8c77bfa53 (diff) | |
download | glibc-f15ce4d8dc139523fe0c273580b604b2453acba6.tar glibc-f15ce4d8dc139523fe0c273580b604b2453acba6.tar.gz glibc-f15ce4d8dc139523fe0c273580b604b2453acba6.tar.bz2 glibc-f15ce4d8dc139523fe0c273580b604b2453acba6.zip |
Avoid too much stack use in fnmatch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-08-09 Ulrich Drepper <drepper@redhat.com> + + [BZ #11883] + * posix/fnmatch.c: Keep track of alloca use and fall back on malloc. + * posix/fnmatch_loop.c: Likewise. + 2010-07-17 Andi Kleen <ak@linux.intel.com> * sysdeps/i386/i386-mcount.S (__fentry__): Define. |