diff options
| author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 12:02:59 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 14:16:52 +0200 |
| commit | 5129873a8e913e207e5f7b4b521c72f41a1bbf6d (patch) | |
| tree | 51cab5e63cd99d48770061144242b6bbbcd6d813 /ChangeLog | |
| parent | 8715f256302cab595eaf9589b3f4341f1dab020d (diff) | |
| download | glibc-5129873a8e913e207e5f7b4b521c72f41a1bbf6d.tar.xz glibc-5129873a8e913e207e5f7b4b521c72f41a1bbf6d.zip | |
malloc: Change top_check return type to void
After commit ec2c1fcefb200c6cb7e09553f3c6af8815013d83,
(malloc: Abort on heap corruption, without a backtrace), the function
always returns 0.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2017-08-31 Florian Weimer <fweimer@redhat.com> + + * malloc/malloc.c (top_check): Change return type to void. Remove + internal_function. + * malloc/hooks.c (top_check): Likewise. + (malloc_check, realloc_check, memalign_check): Adjust. + 2017-08-30 Joseph Myers <joseph@codesourcery.com> [BZ #21457] |
