[TODO] [Improve Security] Remove assert
syoyo opened this issue · 1 comments
syoyo commented
Describe the issue
Remove assert
and return error with proper error message for better security and code quality.
To Reproduce
N/A
Expected behavior
No assertion(and abort
) in the code
Environment
N/A
syoyo commented
Now tinyexr is assert
free!
TODO: Remove assert in miniz(or use wuff's zlib https://github.com/google/wuffs)