smalloc: zero size allocs may need to be free'd
Zero size allocations don't necessarily mean that data == NULL. So instead check each value seperately and perform necessary operations.
parent
58e4edaf
Please register or sign in to comment
Zero size allocations don't necessarily mean that data == NULL. So instead check each value seperately and perform necessary operations.