-
Notifications
You must be signed in to change notification settings - Fork 167
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
TestPKeyDH#test_DEFAULT_parameters dumps core under GC stress #87
Comments
rhenium
added a commit
to rhenium/ruby-openssl
that referenced
this issue
Dec 4, 2016
GetBNPtr() accepts both OpenSSL::BN and Ruby integers. In the latter case, it creates a temporary OpenSSL::BN internally. The OpenSSL::BN object immediately disappears from the stack and is not protected from GC. Fixes: ruby#87
rhenium
added a commit
to rhenium/ruby-openssl
that referenced
this issue
Dec 4, 2016
This would have caught some of GC issues like one reported at [ruby#87].
rhenium
added a commit
to rhenium/ruby-openssl
that referenced
this issue
Dec 4, 2016
This would have caught some of GC issues like one reported at [ruby#87].
rhenium
added a commit
to rhenium/ruby-openssl
that referenced
this issue
Dec 5, 2016
This would have caught some of GC issues like one reported at [ruby#87].
Thanks for reporting. 182604c (merged into 'maint') should fix the bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
I have attached backtrace log.
The text was updated successfully, but these errors were encountered: