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

Int overflow in jp3d #1162

Closed
ichlubna opened this issue Oct 30, 2018 · 1 comment
Closed

Int overflow in jp3d #1162

ichlubna opened this issue Oct 30, 2018 · 1 comment

Comments

@ichlubna
Copy link
Contributor

When compressing a lot of slices (starting from 44 FullHD slices with 3 8bit components in our experiments) the rate values are high enough to cause an int overflow that leads to negative lengths and wrong results.

@stweil
Copy link
Contributor

stweil commented Oct 30, 2018

Do you know the exact code location where the overflow occurs?

If the problem can be reproduced, compiling with compiler option -ftrapv would help finding the problematic code.

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

No branches or pull requests

2 participants