]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Change top_check return type to void
authorFlorian Weimer <fweimer@redhat.com>
Thu, 31 Aug 2017 10:02:59 +0000 (12:02 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 31 Aug 2017 12:16:52 +0000 (14:16 +0200)
commit5129873a8e913e207e5f7b4b521c72f41a1bbf6d
tree51cab5e63cd99d48770061144242b6bbbcd6d813
parent8715f256302cab595eaf9589b3f4341f1dab020d
malloc: Change top_check return type to void

After commit ec2c1fcefb200c6cb7e09553f3c6af8815013d83,
(malloc: Abort on heap corruption, without a backtrace), the function
always returns 0.
ChangeLog
malloc/hooks.c
malloc/malloc.c