Open fvalasiad opened 1 year ago
We need to either erase all the checks and embrace the segfaults or be consistent and actually check for error after every library and system call.
Plenty of malloc(3)s in the codebase that don't check the return value.
malloc(3)
We need to either erase all the checks and embrace the segfaults or be consistent and actually check for error after every library and system call.
Plenty of
malloc(3)
s in the codebase that don't check the return value.