mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 17:22:53 +00:00
Causes a heap-use-after free reported by AddressSanitizer. This makes use of std::filesystem::path, but due to that we have to use their string() function which may not work for all characters.