• cremno's avatar
    fix possible unsigned integer underflow · 091ce867
    cremno authored
    buf_size has to be greater than header_size, otherwise subtracting
    header_size from buf_size will cause an integer underflow.
    
    Being equal to header_size is fine, however useless, so quit early.
    091ce867
load.c 18.5 KB