From 24733414ed2fa595b759ad7e80f7e55b8b2d84cd Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 18 Sep 2008 09:42:28 +0000 Subject: [PATCH] add a ref. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 183893e236..818e5e12c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1520,7 +1520,8 @@ Thu Sep 4 19:10:27 2008 Tanaka Akira * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed because it tend to cause security problem. If the behaviour is really required, ECONV_INVALID_REPLACE with empty string can be used. - For example, CVE-2006-2313, CVE-2008-1036, [ruby-core:15645] + For example, CVE-2006-2313, CVE-2008-1036, [ruby-core:15645], + http://unicode.org/reports/tr36/ (ECONV_UNDEF_IGNORE): ditto. * transcode.c (rb_econv_convert): follow the above change.