Name |
Last commit
|
Last update |
---|---|---|
.. | ||
http-parser | ||
ntlmclient | ||
pcre | ||
winhttp | ||
zlib |
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
http-parser | Loading commit data... | |
ntlmclient | Loading commit data... | |
pcre | Loading commit data... | |
winhttp | Loading commit data... | |
zlib | Loading commit data... |