From 993f22cb1bba82be52e08e7132af003ae432163e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Dec 2014 06:13:15 +0000 Subject: parser.rl: check before use * ext/json/parser/parser.rl (unescape_unicode): check if valid before bit-or assignments. reported by Denis Denisov . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74c5ee9ab6..4f6e6675b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Fri Dec 26 15:09:27 2014 Nobuyoshi Nakada +Fri Dec 26 15:13:13 2014 Nobuyoshi Nakada + + * ext/json/parser/parser.rl (unescape_unicode): check if valid + before bit-or assignments. + reported by Denis Denisov . * ext/nkf/nkf-utf8/nkf.c (nkf_iconv_t): fix a missing semicolon. reported by Denis Denisov . -- cgit v1.2.3