Actions
Bug #6102
closedCrash when calling OpenSSL::Integer#to_der with nil value
Description
ruby -ropenssl -e 'OpenSSL::Integer.new(nil).to_der'
crashes.
Actions
Like0
Like0
Added by MartinBosslet (Martin Bosslet) about 13 years ago. Updated almost 13 years ago.
Description
ruby -ropenssl -e 'OpenSSL::Integer.new(nil).to_der'
crashes.
This issue was solved with changeset r35159.
Martin, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
M test/openssl/test_asn1.rb
M ext/openssl/ossl_asn1.c
M ChangeLog