• Federico G. Schwindt's avatar
    From upstream: · 2d6dc0c5
    Federico G. Schwindt authored
    Avoid an undefined behavior of memcpy() in _tr_stored_block().
    
    Allegedly the behavior of memcpy() is undefined if the source
    pointer is NULL, even if the number of bytes to copy is zero.
    2d6dc0c5
trees.c 43.1 KB