Page MenuHomeFreeBSD

rtld_malloc: more accurate handling of mmap(2) failure
ClosedPublic

Authored by kib on Oct 15 2021, 9:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 4:17 AM
Unknown Object (File)
Sep 20 2025, 7:48 PM
Unknown Object (File)
Sep 20 2025, 6:32 PM
Unknown Object (File)
Sep 19 2025, 10:42 PM
Unknown Object (File)
Sep 13 2025, 10:37 PM
Unknown Object (File)
Aug 9 2025, 4:38 PM
Unknown Object (File)
Jul 27 2025, 10:23 AM
Unknown Object (File)
Jul 9 2025, 5:23 AM
Subscribers

Details

Summary

Reset both pagepool_start and pagepool_end after a mmap(2) failure, to avoid using invalid pagepool either for allocation or munmap(2).

PR: 259076
Noted by: Denis Koreshkov <dynamic-wind@mail.ru>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Oct 15 2021, 9:37 PM
This revision is now accepted and ready to land.Oct 18 2021, 8:16 PM
libexec/rtld-elf/rtld_malloc.c
285

Use NULL instead of zero?