Fix an undefined behaviour error in constr_SET_OF.c
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
Showing
Please register or sign in to comment