Fix a bunch of potential segmentation faults:
- out of bound read initially uncovered by sam, - also malloc() can really return NULL for arbitrary large alloc, return value MUST be checked.
Showing
Please register or sign in to comment
- out of bound read initially uncovered by sam, - also malloc() can really return NULL for arbitrary large alloc, return value MUST be checked.