xpatience.c
10.6 KB
-
xdiff: catch memory allocation errors · f3b3e543
The xdiff code contains multiple call sites where the results of `xdl_malloc` are not being checked for memory allocation errors. Add checks to fix possible segfaults due to `NULL` pointer accesses.
Patrick Steinhardt committed