diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-22 18:29:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-22 18:29:46 +0000 |
commit | bed381426f198a1cd35cc78795ba2705d10f9580 (patch) | |
tree | 0339c9361096ccfcc136cf4b028ccb5d8a5599e3 /ChangeLog | |
parent | 30c8be92a3462155fd8b2cd56eb6afec4df20cdc (diff) | |
download | glibc-bed381426f198a1cd35cc78795ba2705d10f9580.tar glibc-bed381426f198a1cd35cc78795ba2705d10f9580.tar.gz glibc-bed381426f198a1cd35cc78795ba2705d10f9580.tar.bz2 glibc-bed381426f198a1cd35cc78795ba2705d10f9580.zip |
Update.
* stdio-common/vfscanf.c: Fix handling of %l[].
Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-08-22 Ulrich Drepper <drepper@redhat.com> + * stdio-common/vfscanf.c: Fix handling of %l[]. + Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>. + * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname. * malloc/mtrace.c (tr_where): dli_sname always points to a non-empty string if != NULL. |