]> 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)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 28 Nov 2017 13:41:30 +0000 (19:11 +0530)
commit533afac92904cc6037b54469763105508b45ace0
tree28bc2feca34e321c17265f7fc2649d8de98eae7f
parent675e8785dc66ea0dba39c65ee7cf1bc8d185e723
malloc: Change top_check return type to void

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

(cherry-picked from 5129873a8e913e207e5f7b4b521c72f41a1bbf6d)
ChangeLog
malloc/hooks.c
malloc/malloc.c