diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 19:14:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 19:14:45 +0000 |
commit | 38027f90d41a27e9aafc56731f8ccc3ced67ce8d (patch) | |
tree | 089a6a489a30bcdc63b09db00237dd5c68170545 /ChangeLog | |
parent | c7df983c08045b8d5c50f239b2b0d6e954afd2c7 (diff) | |
download | glibc-38027f90d41a27e9aafc56731f8ccc3ced67ce8d.tar glibc-38027f90d41a27e9aafc56731f8ccc3ced67ce8d.tar.gz glibc-38027f90d41a27e9aafc56731f8ccc3ced67ce8d.tar.bz2 glibc-38027f90d41a27e9aafc56731f8ccc3ced67ce8d.zip |
[BZ #2386]
* sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stakc
pointers to match other architectures.
* sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (tests): Add
tst-clone.
* sysdeps/unix/sysv/linux/tst-clone.c: New file.
malloc'ed wbuffer which isn't freed in error conditions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,8 +1,15 @@ 2006-04-25 Ulrich Drepper <drepper@redhat.com> + [BZ #2386] + * sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stakc + pointers to match other architectures. + * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (tests): Add + tst-clone. + * sysdeps/unix/sysv/linux/tst-clone.c: New file. + [BZ #2072] * stdio-common/printf_fp.c: Fix potential memory leaks for - malloc'ed wbuffer isn't freed in error conditions. + malloc'ed wbuffer which isn't freed in error conditions. [BZ #2569] * iconv/gconv_db.c (__gconv_release_step): Fix condition of assert |