diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 17:29:07 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 17:29:07 +0000 |
| commit | f811dbdc8d97ddeadafc4cae6d578339006d9e16 (patch) | |
| tree | 396ddda68fd14648b05d9e1a09ca6380cda310cf | |
| parent | ca3c505e44d0b8d3a0c5e8231cde88e0cbee09e3 (diff) | |
| download | glibc-f811dbdc8d97ddeadafc4cae6d578339006d9e16.tar.xz glibc-f811dbdc8d97ddeadafc4cae6d578339006d9e16.zip | |
Update.
2003-01-16 Jakub Jelinek <jakub@redhat.com>
* posix/regcomp.c (re_compile_internal): If clearing buffer, clear
allocated too. Reported by Al Viro <aviro@redhat.com>.
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-01-16 Jakub Jelinek <jakub@redhat.com> + + * posix/regcomp.c (re_compile_internal): If clearing buffer, clear + allocated too. Reported by Al Viro <aviro@redhat.com>. + 2003-01-16 Roland McGrath <roland@redhat.com> Tweak merged .abilist file format to merge duplicate symbols in |
