• Show log

    Commit

  • Hash : f3b3e543
    Author : Patrick Steinhardt
    Date : 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.