Files
ladybird/Userland/Libraries/LibELF/DynamicLinker.cpp
Andreas Kling 40a5487bab LibELF: Unmap and close the main executable after dynamic load
We don't need to keep the whole main executable in memory after
completing the dynamic loading process. We can also close the fd.
2021-02-13 13:46:20 +01:00

9.7 KiB