]> git.ipfire.org Git - thirdparty/glibc.git/commit
cheri: fix __minimal_malloc
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 1 Mar 2022 12:42:26 +0000 (12:42 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 27 Oct 2022 13:46:51 +0000 (14:46 +0100)
commitdb0005c7d3ad9f27e1acc0610b58dddde095be00
treebce6ebde6929066ef348788edf96f0bdc6d97387
parentd4060ecfa0bb220714199c63be8a692060d6d324
cheri: fix __minimal_malloc

The linker created _end symbol does not have the right bounds, so
don't try to reuse leftover memory at the end of the .data section.
elf/dl-minimal-malloc.c