• LoveSy's avatar
    Fix UB on dtb · c91ccc8b
    LoveSy authored
    `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.
    c91ccc8b
Name
Last commit
Last update
..
core Loading commit data...
external Loading commit data...
include Loading commit data...
init Loading commit data...
magiskboot Loading commit data...
magiskpolicy Loading commit data...
resetprop Loading commit data...
su Loading commit data...
utils Loading commit data...
zygisk Loading commit data...
.gitignore Loading commit data...
Android.mk Loading commit data...
Application.mk Loading commit data...