summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:48:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:48:48 +0000
commitdc4e42b9ad9f3e9de1248822c53def643fddb4e5 (patch)
treec3ed9b09b97fd2ecca585cc72a0163c0ee3f0b66 /ChangeLog
parent0b46bbf76dfbd018a1d6272ca4017cd4f69ec646 (diff)
merge revision(s) 57637: [Backport #14453]
win32.c: memcpy instead of strlcpy * win32/win32.c (cmdglob): memcpy the exact size instead of strlcpy with +1. * win32/win32.c (w32_cmdvector): ditto, with NUL-terminating. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 570c61f50e..4e8cb1e8f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Mar 28 14:48:13 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ win32.c: memcpy instead of strlcpy
+
+ * win32/win32.c (cmdglob): memcpy the exact size instead of
+ strlcpy with +1.
+
+ * win32/win32.c (w32_cmdvector): ditto, with NUL-terminating.
+
Mon Mar 28 14:45:02 2018 Koichi Sasada <ko1@atdot.net>
check array for zsuper. [Bug #14279]