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
It seems that there exists a potential integer overflow. Please find the following description:
nlinearity can be an arbitrary large number
lrslib/lrslib.c
Line 4247 in 784a793
Call to calloc with the large number can cause a memory allocation with an overflowed size
Line 4258 in 784a793
lrslib/lrslib.h
Line 163 in 784a793
lrslib/lrsgmp.c
Line 435 in 784a793
The text was updated successfully, but these errors were encountered:
I have notified the upstream authors
Sorry, something went wrong.
No branches or pull requests
It seems that there exists a potential integer overflow. Please find the following description:
nlinearity can be an arbitrary large number
lrslib/lrslib.c
Line 4247 in 784a793
Call to calloc with the large number can cause a memory allocation with an overflowed size
lrslib/lrslib.c
Line 4258 in 784a793
lrslib/lrslib.h
Line 163 in 784a793
lrslib/lrsgmp.c
Line 435 in 784a793
The text was updated successfully, but these errors were encountered: