]> 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>
Fri, 5 Aug 2022 18:45:19 +0000 (19:45 +0100)
commit110733491ab6faea0583accddec5877678c60052
tree8ba7e9ffb46481b5a6ddaf89c8c33726c43eb8c8
parent4275aff6b80dac108ee47eb3be1bb96134d014db
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