[#76515] [Ruby trunk Bug#12610] webrick: protect from httpoxy — nagachika00@...
Issue #12610 has been updated by Tomoyuki Chikanaga.
3 messages
2016/07/22
[ruby-core:76221] [Ruby trunk Bug#6181][Third Party's Issue] Ruby crash when trying to send a mail (tls/gmail)
From:
k@...
Date:
2016-07-02 02:38:18 UTC
List:
ruby-core #76221
Issue #6181 has been updated by Kazuki Yamaguchi.
Status changed from Assigned to Third Party's Issue
I think this is the same as #6886, too.
OpenSSL bundled with OS X is no longer supported, so I'm closing this as Third Party's Issue.
----------------------------------------
Bug #6181: Ruby crash when trying to send a mail (tls/gmail)
https://bugs.ruby-lang.org/issues/6181#change-59445
* Author: Mariano Simone
* Status: Third Party's Issue
* Priority: Normal
* Assignee: openssl
* ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]
* Backport:
----------------------------------------
The following code made ruby crash:
require 'net/smtp'
smtp = Net::SMTP.new 'smtp.gmail.com', 587
smtp.enable_starttls
smtp.start("gmail.com", "***edited***", "***edited***", :login) do
smtp.send_message("hello world!!", "[email protected]", "[email protected]")
end
---Files--------------------------------
ruby_2012-03-21-002337_Mariano-Simones-MacBook-Pro.crash (6.85 KB)
crash.txt (4.02 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>