mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-02 01:12:32 +00:00
open and openat both try to get the length of the path string. When the path was a nullptr, strlen tried to dereference it, causing a segfault.