Files
libgit2/deps
Edward Thomson 1803dfa284 xdiff: don't try to malloc 0 bytes
For zero byte files, avoid allocation - this avoids undefined behavior
around malloc(0) and potentially memcpy(..., NULL, 0).
2026-05-02 08:55:40 +01:00
..
2024-10-19 14:29:57 +01:00
2026-05-02 08:55:40 +01:00
2024-10-07 21:38:30 +01:00