summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:54:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-28 05:54:08 +0000
commit58cfb0653e8f05760a419feb4291d0e2d6847f8e (patch)
tree13b141c3a2f2b3159edcd5000faedd3a112b5197 /ChangeLog
parentaaf1f031be253f2f24ed19c322398b7694c88a50 (diff)
merge revision(s) 62572: [Backport #14549]
date_core.c: defensive code * ext/date/date_core.c (f_cmp): check comparison failure. * ext/date/date_core.c (d_lite_step): deal with the comparison result more defensively. [ruby-core:85796] [Bug #14549] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62947 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 f10e10c58b..e37690f168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Mar 28 14:53:57 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ date_core.c: defensive code
+
+ * ext/date/date_core.c (f_cmp): check comparison failure.
+
+ * ext/date/date_core.c (d_lite_step): deal with the comparison
+ result more defensively. [Bug #14549]
+
Thu Mar 28 14:50:52 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
string.c: clear substring code range