-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Fix buffer overflow in jloptions #60299
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
Conversation
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com>
IanButterworth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, apologies. How did this slip through CI for so long?
I suspect |
|
I'm assuming this should be backported to v1.13, in addition to v1.12 |
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com> (cherry picked from commit 841148d)
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com> (cherry picked from commit 841148d)
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com> (cherry picked from commit 841148d)
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com> (cherry picked from commit 841148d)
We currently assume that we have two threadspools, but the code above the mallocchanges the
jl_options.nthreadpoolsbefore we had:
Fixes #60298