Skip to content
New issue

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

opj_t1_encode_cblks: fix UBSAN signed integer overflow #1187

Merged
merged 1 commit into from
Mar 29, 2019

Conversation

rouault
Copy link
Collaborator

@rouault rouault commented Mar 29, 2019

Fixes #1053 / CVE-2018-5727

Note: I don't consider this issue to be a security vulnerability, in
practice.
At least with gcc or clang compilers on x86_64 which generate the same
assembly code with or without that fix.

Fixes uclouvain#1053 / CVE-2018-5727

Note: I don't consider this issue to be a security vulnerability, in
practice.
At least with gcc or clang compilers on x86_64 which generate the same
assembly code with or without that fix.
@rouault rouault merged commit d6b8aed into uclouvain:master Mar 29, 2019
@rouault rouault deleted the fix_ubsan_in_opj_t1_encode_cblks branch March 29, 2019 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integer overflow in opj_t1_encode_cblks (src/lib/openjp2/t1.c)
1 participant