diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-02 07:13:56 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-02 07:13:56 +0000 |
| commit | 1668ec3e5ce555161454e9b2657c89dc27fa1364 (patch) | |
| tree | 6941b26e87693c8919f4c87fb03f6345a54cb0c4 /ChangeLog | |
| parent | 30dee7469b85e587a010448e79f47d5f43294941 (diff) | |
| download | ruby-1668ec3e5ce555161454e9b2657c89dc27fa1364.tar.gz ruby-1668ec3e5ce555161454e9b2657c89dc27fa1364.tar.xz ruby-1668ec3e5ce555161454e9b2657c89dc27fa1364.zip | |
* pack.c (utf8_to_uv): added checks for malformed or redundant
UTF-8 sequences.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Sun Dec 1 22:43:29 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * win32/win32.c (rb_w32_stat): empty path is invalid, and return ENOENT rather than EBADF in such case. [ruby-talk:57177] +Fri Nov 29 18:01:48 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * pack.c (utf8_to_uv): added checks for malformed or redundant + UTF-8 sequences. + Thu Nov 28 12:08:30 2002 Akinori MUSHA <knu@iDaemons.org> * lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" in |
