LoveSy c91ccc8b4e Fix UB on dtb
`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.
2021-11-03 22:21:48 -07:00
..
2021-10-21 02:08:13 -07:00
2021-11-02 19:31:17 -07:00
2021-11-03 22:21:48 -07:00
2021-10-29 03:37:14 -07:00
2021-10-09 02:15:03 -07:00
2021-10-29 03:13:20 -07:00
2021-10-23 14:38:30 -07:00
2019-04-01 02:46:09 -04:00
2021-10-27 01:53:16 -07:00
2021-10-20 03:17:42 -07:00