mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-25 14:04:02 +00:00
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.