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
libredwg/src/decode.c
Line 2552 in 785df5f
libredwg/src/decode_r2007.c
Line 1594 in 785df5f
Is a type casting (int) missed?
The text was updated successfully, but these errors were encountered:
We should rather zero-extend to long both sides here, to avoid overflows. Thanks. Done in 631bbac
Sorry, something went wrong.
Type casting inconsistency #174
631bbac
Avoid overflows by casting to the larger type, zero-extended
rurban
No branches or pull requests
libredwg/src/decode.c
Line 2552 in 785df5f
libredwg/src/decode_r2007.c
Line 1594 in 785df5f
Is a type casting (int) missed?
The text was updated successfully, but these errors were encountered: