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
- Branch
- 2020-11-16-gzip (branched from master)
- Build Status
Buildable 11279 Build 11279: arc lint + arc unit