Files
ladybird/Userland/Libraries/LibELF/DynamicLoader.cpp
Andrew Kaster 87cbc63334 LibELF: Remove loader reservation after most allocating operations
It's possible for a malloc inside load_program_headers() to steal the
reserved memory space we created for the program headers. Remove the
reservation later in the method.
2023-12-12 17:41:44 +01:00

33 KiB