mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 00:22:36 +02:00
This fixes two race conditions and ASAN crashes in the test for the same. The first comes from destroying the internals struct, which was previously using the standard, thread-unsafe RefCounted CRTP. The second is from destroying the name, which is secretly another RefCounted object, in a thread-unsafe manner.
9.0 KiB
9.0 KiB