Commit f3b3e543bc4eb3990cba4a331c5ec96a9835a8df

Patrick Steinhardt 2019-08-08T11:34:01

xdiff: catch memory allocation errors 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.