Closed doe300 closed 3 years ago
Yup, looks good to me. I'll wait in case anyone else has any input before merging.
My only objection is a stylistic one. I can see that there are multiple styles of whitespace use within this file, but at the very least any changes should be self-consistent. My preference is to not put additional whitespace inside the function calls, i.e. your munmap(...)
call is good and your vcsm_free( ... )
call is bad,
I'm happy with that.
Now will properly report errors instead of crashing due to writing to NULL pointer, fixes #690.