[#76442] [Ruby trunk Feature#11741] Migrate Ruby to Git from Subversion — naruse@...
Issue #11741 has been updated by Yui NARUSE.
3 messages
2016/07/19
[#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!!", "mljsimone@gmail.com", "undefined.behaviour@gmail.com")
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:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>