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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The https://github.com/ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue on this line:
openjpeg/src/lib/openjp2/t1.c
Line 2446 in ca74961
With the following error message:
runtime error: negation of -2147483648 cannot be represented in type 'OPJ_INT32' (aka 'int'); cast to an unsigned type to negate this value to itself
The text was updated successfully, but these errors were encountered:
dd1a2d6
Merge pull request #1433 from rouault/fix_1432
e3f07dc
opj_t1_encode_cblk(): avoid undefined behaviour on fuzzed input (fixes #1432)
No branches or pull requests
The https://github.com/ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue on this line:
openjpeg/src/lib/openjp2/t1.c
Line 2446 in ca74961
With the following error message:
The text was updated successfully, but these errors were encountered: