summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:41:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:41:54 +0000
commit08987d3105c72cf2583c5df27bfc40d1724137ec (patch)
tree24134ca28874cd3cc5185a74db350a52d2ff3b80 /ChangeLog
parentf444a7ab9803ae71211018a1ce72accbf523ae12 (diff)
merge revision(s) 61639: [Backport #14323]
net/ftp: fix FrozenError in BufferedSocket I noticed this bug while working on something else with RUBYOPT=-d on, existing test cases all passed with it. Note: I use String.new because it is the local style, here, I prefer +'' (or ''.b, for a future commit) * lib/net/ftp.rb (BufferedSocket#read): use String.new * test/net/ftp/test_buffered_socket.rb (test_read_nil): new test [Bug #14323] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bfb9f9a34..79aa6dd5f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Sun Mar 28 14:40:25 2018 Eric Wong <normalperson@yhbt.net>
+
+ net/ftp: fix FrozenError in BufferedSocket
+
+ I noticed this bug while working on something else with
+ RUBYOPT=-d on, existing test cases all passed with it.
+
+ Note: I use String.new because it is the local style, here,
+ I prefer +'' (or ''.b, for a future commit)
+
+ * lib/net/ftp.rb (BufferedSocket#read): use String.new
+ * test/net/ftp/test_buffered_socket.rb (test_read_nil): new test
+ [Bug #14323]
+
Thu Mar 28 14:29:26 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
clean autogenerated files