diff options
| author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-05 08:45:51 +0000 |
|---|---|---|
| committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-05 08:45:51 +0000 |
| commit | 31b4094a556b9769b0b70e1f8413c1d1360806b0 (patch) | |
| tree | 05eda73587c46a0d7cbedad281da8c6a07fa2b53 /ChangeLog | |
| parent | aa2b685e2ddaddc65afb0235baacbca25015d38c (diff) | |
Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@15692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp> + + * 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 <matz@ruby-lang.org> * numeric.c (fix_to_s): avoid rb_scan_args() when no argument |
