mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-11 07:59:54 +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.