1. 06 May, 2022 5 commits
  2. 05 May, 2022 1 commit
  3. 03 May, 2022 2 commits
  4. 29 Apr, 2022 1 commit
  5. 16 Apr, 2022 2 commits
  6. 15 Apr, 2022 1 commit
  7. 14 Apr, 2022 3 commits
  8. 10 Apr, 2022 1 commit
  9. 08 Apr, 2022 9 commits
  10. 07 Apr, 2022 2 commits
    • hnliuzesen's avatar
      Update internal details · c4f37c55
      hnliuzesen authored
      c4f37c55
    • 石松洲's avatar
      Guard su request IPC · 448384af
      石松洲 authored
      Previously `read_string()` calls `std::string.resize()` with a int read from remote process. When I/O error occurs, -1 will be used for resizing the string, `std::bad_alloc` is thrown and since magisk is compiled with `-fno-exceptions`, it will crash the whole daemon process.
      
      May fix topjohnwu#5681
      448384af
  11. 02 Apr, 2022 4 commits
  12. 30 Mar, 2022 2 commits
  13. 28 Mar, 2022 2 commits
  14. 26 Mar, 2022 5 commits