-
Notifications
You must be signed in to change notification settings - Fork 590
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
null pointer dereference in nlopt_optimize_ / nlopt_set_xtol_abs #461
Comments
jschueller
added a commit
to jschueller/nlopt
that referenced
this issue
Jul 4, 2022
is #462 ok for you ? |
jschueller
added a commit
to jschueller/nlopt
that referenced
this issue
Jul 4, 2022
Yes, looks good. Thanks. |
jschueller
added a commit
to jschueller/nlopt
that referenced
this issue
Jan 11, 2023
jschueller
added a commit
that referenced
this issue
Jan 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nlopt_optimize(...)_ contains a few nlopt_set_xtol_abs(local_opt, opt->xtol_abs) calls with opt->xtol_abs beeing null since #268. This causes a null pointer dereference in nlopt_set_xtol_abs(...)'s memcpy.
The text was updated successfully, but these errors were encountered: