Calls to fwrite, fread, and fprintf end in segfaults
Closed this issue · 1 comments
chung-leong commented
Calls to fwrite, fread, and fprintf end in segfaults
chung-leong commented
It's due to handling of call to fclose()
. The code must be processing the FILE
pointer after it's been freed.