From 08631278ada7a6fd2bafb3ab0f0447b1f6d58790 Mon Sep 17 00:00:00 2001 From: duerst Date: Wed, 5 Mar 2008 08:45:51 +0000 Subject: Web Mar 5 17:43:43 2008 Martin Duerst * transcode.c (transcode_loop): Adjusted detection of invalid (ill-formed) UTF-8 sequences. Fixing potential security issue, see http://www.unicode.org/versions/Unicode5.1.0/#Notable_Changes. * test/ruby/test_transcode.rb: Added two tests for above fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a77d84fa43..fbe8b29e5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Web Mar 5 17:43:43 2008 Martin Duerst + + * transcode.c (transcode_loop): Adjusted detection of invalid + (ill-formed) UTF-8 sequences. Fixing potential security issue, see + http://www.unicode.org/versions/Unicode5.1.0/#Notable_Changes. + + * test/ruby/test_transcode.rb: Added two tests for above fix. + Wed Mar 5 14:00:49 2008 Yukihiro Matsumoto * numeric.c (fix_to_s): avoid rb_scan_args() when no argument -- cgit v1.2.3