• Vasil Velichkov's avatar
    Fix an undefined behaviour error in constr_SET_OF.c · b623e8d7
    Vasil Velichkov authored
    constr_SET_OF.c:315:13: runtime error: null pointer passed as argument 1, which is declared to never be null
    
    Also move some asserts into dedicated function because b->buf could be
    NULL while a->length is greater then zero
    b623e8d7
constr_SET_OF.c 34.1 KB