diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-21 08:12:14 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-21 08:12:14 +0000 |
commit | de1f1c57921e7da8bb97b79f428797c6281b3e20 (patch) | |
tree | 0b34f781b46812997e3d34229599434729286fa3 /ChangeLog | |
parent | 09205f96104c61186751af2bbb01139b98dfbce4 (diff) | |
download | ruby-de1f1c57921e7da8bb97b79f428797c6281b3e20.tar.gz ruby-de1f1c57921e7da8bb97b79f428797c6281b3e20.tar.xz ruby-de1f1c57921e7da8bb97b79f428797c6281b3e20.zip |
* parse.y (rb_intern2): name may not be NUL-terminated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu Jun 21 17:13:44 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * parse.y (rb_intern2): name may not be NUL-terminated. + Wed Jun 20 08:27:57 2007 Tanaka Akira <akr@fsij.org> * eval_error.h (error_print): show full stacktrace on |