1. 24 Mar, 2021 1 commit
    • Shaka Huang's avatar
      Fix overflow · e3801d69
      Shaka Huang authored
      `totalsize` might be a big (invalid) number so instead of checking the end address we check the size of the image.
      
      Fix #4049
      e3801d69
  2. 18 Mar, 2021 1 commit
  3. 16 Mar, 2021 4 commits
  4. 14 Mar, 2021 6 commits
  5. 09 Mar, 2021 6 commits
  6. 07 Mar, 2021 7 commits
  7. 06 Mar, 2021 1 commit
    • topjohnwu's avatar
      Fix logging implementation · 39982d57
      topjohnwu authored
      - Block signals in logging routine (fix #3976)
      - Prevent possible deadlock after fork (stdio locks internally)
        by creating a new FILE pointer per logging call (thread/stack local)
      39982d57
  8. 05 Mar, 2021 1 commit
  9. 03 Mar, 2021 3 commits
  10. 28 Feb, 2021 2 commits
  11. 27 Feb, 2021 2 commits
  12. 26 Feb, 2021 6 commits