mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-05 12:17:29 -07:00
c91ccc8b4e
`operator==` of string_view will create a tmp `string_view`. It's an UB if the `const char *` is a nullptr. `fdt_get_name` however will return a nullptr.