We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When testcase (see: https://github.com/ChijinZ/security_advisories/blob/master/tinyexr_b53a457/assert_10195) is input into test_tinyexr (command: ./test_tinyexr testcase), a assert-failure problem is triggered in tinyexr.h:10195.
test_tinyexr: ./tinyexr.h:10195: void tinyexr::ComputeChannelLayout(std::vector<size_t> *, int *, size_t *, int, const EXRChannelInfo *): Assertion `0' failed. Aborted
The text was updated successfully, but these errors were encountered:
5d3505a
Add buffer overrun check. Fixes #82
16aba30
No branches or pull requests
When testcase (see: https://github.com/ChijinZ/security_advisories/blob/master/tinyexr_b53a457/assert_10195) is input into test_tinyexr (command: ./test_tinyexr testcase), a assert-failure problem is triggered in tinyexr.h:10195.
The text was updated successfully, but these errors were encountered: