1. 19 Oct, 2021 1 commit
  2. 24 Aug, 2021 1 commit
  3. 11 Oct, 2020 1 commit
  4. 30 Jun, 2020 1 commit
    • Make NTLMClient Memory and UndefinedBehavior Sanitizer-clean · 7c964416
      This change makes the code pass the libgit2 tests cleanly when
      MSan/UBSan are enabled. Notably:
      
      * Changes malloc/memset combos into calloc for easier auditing.
      * Makes `write_buf` return early if the buffer length is empty to avoid
        arithmetic with NULL pointers (which UBSan does not like).
      * Initializes a few arrays that were sometimes being read before being
        written to.
      lhchavez committed
  5. 09 Jan, 2020 1 commit
  6. 10 Jun, 2019 1 commit