This patch fixes T81271. Previously the return value of ufopen wasn't checked and if it failed, NULL was passed into fclose() which resulted in a crash. This patch avoids this by returning from BLI_gzopen when the file cannot be created.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender