Files
Edward Thomson a25d9a18fa 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:24:18 +01:00
..
2024-10-19 14:29:57 +01:00
2026-05-02 08:24:18 +01:00
2024-10-07 21:38:30 +01:00