mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-20 20:37:09 +00:00
For example, it's possible to access Node::computed_values() on a node that neither has style nor a parent with style. This ultimately results in a null pointer dereference when we return parent()->computed_values() as a fallback. This can be a little tricky to track down due to these functions being inlined, so add an explicit verification.
8.9 KiB
8.9 KiB