From 2667d1b38f39390d9c3bb90c5257ffb9723e1c77 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Jun 2016 05:48:38 +0000 Subject: hash.c: ensure NUL-terminated for ENV * hash.c (get_env_cstr): ensure NUL-terminated. [ruby-dev:49655] [Bug #12475] * string.c (rb_str_fill_terminator): return the pointer to the NUL-terminated content. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98bdc744b5..e5a3f039bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 10 14:48:36 2016 Nobuyoshi Nakada + + * hash.c (get_env_cstr): ensure NUL-terminated. + [ruby-dev:49655] [Bug #12475] + + * string.c (rb_str_fill_terminator): return the pointer to the + NUL-terminated content. + Thu Jun 9 21:42:00 2016 Kazuki Yamaguchi * ext/openssl/ossl_asn1.c (asn1integer_to_num): Use -- cgit v1.2.3