C
copx
Is realloc(p, 0) a valid operation or does it cause undefined behaviour?
Can you still free(p) after this?
Even if it's valid do you think compiler writers actually thought of this
case?
Can you still free(p) after this?
Even if it's valid do you think compiler writers actually thought of this
case?