syoyo / tinyexr

Tiny OpenEXR image loader/saver library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TODO] [Improve Security] Remove assert

syoyo opened this issue · comments

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

Now tinyexr is assert free!

48870fb

TODO: Remove assert in miniz(or use wuff's zlib https://github.com/google/wuffs)