Actions
Bug #274
closedtypo in net/smtp
Description
=begin
※[ruby-dev::35218] にて報告したのですが、埋もれてしまうようなので、バグ報告システムに入れておきます。
net/smtp.rb に変数名の綴りミスによるバグがあるようです。
Index: lib/net/smtp.rb¶
--- lib/net/smtp.rb (リビジョン 17564)
+++ lib/net/smtp.rb (作業コピー)
@@ -837,7 +837,7 @@
def rcptto(to_addr)
if $SAFE > 0
-
raise SecurityError, 'tainted to_addr' if to.tainted?
-
endraise SecurityError, 'tainted to_addr' if to_addr.tainted? end getok("RCPT TO:<#{to_addr}>")
=end
Updated by shyouhei (Shyouhei Urabe) over 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r18351.
=end
Actions
Like0
Like0