mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-14 10:59:24 +02:00
Inb2d9fd3352, the root cause of the crash was somewhat misdiagnosed, particularly around what place in code an allocation could occur while constants data was uninitialized. But more importantly, we can do better than the solution in that commit. Instead of initializing constants with default values and then overwriting them afterwards, simply initialize them with their actual values directly when constructing the execution context. This effectivly reverts commitb2d9fd3352.
148 KiB
148 KiB