eellak / build-recorder

GNU Lesser General Public License v2.1
25 stars 8 forks source link

Consistency on error checking #156

Open fvalasiad opened 1 year ago

fvalasiad commented 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.