diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 20:43:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 20:43:40 +0000 |
commit | b4068b0a9457295f71fb7b12d543f6001edd81e7 (patch) | |
tree | 5372e12fda26d74e672fac19ee2d30d4091e2f23 | |
parent | 9587cf0f70b876f4c868fb0262ed0ccb7f1abf42 (diff) | |
download | glibc-b4068b0a9457295f71fb7b12d543f6001edd81e7.zip glibc-b4068b0a9457295f71fb7b12d543f6001edd81e7.tar.gz glibc-b4068b0a9457295f71fb7b12d543f6001edd81e7.tar.bz2 |
Update.
* libio/fileops.c (_IO_new_file_fopen): Don't free step data right
after getting them.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ 2003-04-05 Ulrich Drepper <drepper@redhat.com> + * libio/fileops.c (_IO_new_file_fopen): Don't free step data right + after getting them. + * malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If HAVE_register_atfork_malloc is defined use __register_atfork_malloc instead of __register_atfork. |