diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-13 08:19:54 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-13 08:19:54 +0000 |
| commit | c135614ed9a43ae3b0e9474e9adf04210125e10b (patch) | |
| tree | 4de1c5f9ac69b0be7a2da851e2513255bad03701 /ChangeLog | |
| parent | 89014bb6e4d1fb3502efcbff0f5470c108d5bd44 (diff) | |
* string.c (rb_str_intern): allow symbols to contains nul.
* string.c (sym_inspect): symbol may contain nul.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Wed Sep 13 16:43:36 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_intern): prohibit interning tainted string. + * string.c (rb_str_intern): allow symbols to contains nul. + + * string.c (sym_inspect): symbol may contain nul. + Wed Sep 13 01:14:02 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/optparse.rb (OptionParser#getopts): works with pre-registered |
