1. 25 Aug, 2022 2 commits
  2. 24 Aug, 2022 6 commits
  3. 23 Aug, 2022 10 commits
  4. 22 Aug, 2022 3 commits
  5. 21 Aug, 2022 1 commit
  6. 19 Aug, 2022 4 commits
  7. 17 Aug, 2022 1 commit
  8. 15 Aug, 2022 1 commit
  9. 09 Aug, 2022 2 commits
  10. 08 Aug, 2022 2 commits
  11. 07 Aug, 2022 6 commits
  12. 05 Aug, 2022 1 commit
  13. 02 Aug, 2022 1 commit
    • 石松洲's avatar
      Fix UB when remote process died · e8787b5c
      石松洲 authored
      If remote process died, `xreadlink` fails and leaves `buf` uninitialized. Then the daemon calls `str_ends`, creates a temp `std::string_view` with the uninitialized buffer and undefined behavior occurs.
      e8787b5c