summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 14:36:23 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 14:36:23 +0000
commit47165eed264d357e78e27371cfef20d5c2bde5d9 (patch)
treee8f6436bfe4c8835358e66148b7b7de81b5a7265 /ChangeLog
parente9ddf2ba41a0bffe1047e33576affd48808c5d0b (diff)
merge revision(s) 62991,63000:
unixsocket.c: check NUL bytes * ext/socket/unixsocket.c (rsock_init_unixsock): check NUL bytes. https://hackerone.com/reports/302997 unixsocket.c: abstract namespace * ext/socket/unixsocket.c (unixsock_path_value): fix r62991 for Linux abstract namespace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@63018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6fffaf9f4..c28b553cb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Wed Mar 28 23:35:28 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ unixsocket.c: check NUL bytes
+
+ * ext/socket/unixsocket.c (rsock_init_unixsock): check NUL bytes.
+ https://hackerone.com/reports/302997
+
+ unixsocket.c: abstract namespace
+
+ * ext/socket/unixsocket.c (unixsock_path_value): fix r62991 for
+ Linux abstract namespace.
+
Wed Mar 28 23:30:32 2018 SHIBATA Hiroshi <hsbt@ruby-lang.org>
Ignore file separator from tmpfile/tmpdir name.