1. 04 Nov, 2021 1 commit
    • 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
  2. 03 Nov, 2021 2 commits
  3. 02 Nov, 2021 6 commits
  4. 31 Oct, 2021 8 commits
  5. 29 Oct, 2021 9 commits
  6. 28 Oct, 2021 1 commit
  7. 27 Oct, 2021 5 commits
  8. 26 Oct, 2021 4 commits
  9. 24 Oct, 2021 4 commits