diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-22 07:48:53 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-22 07:48:53 +0000 |
| commit | dd4b06c69e3a67d73bc04a29e9e6899edb23850b (patch) | |
| tree | 04528b339d29f1686d1f67374afcbc8f9d1ba6a8 /ChangeLog | |
| parent | 52c164decdcac51eae17e9997205c8a913988978 (diff) | |
| download | ruby-dd4b06c69e3a67d73bc04a29e9e6899edb23850b.tar.gz ruby-dd4b06c69e3a67d73bc04a29e9e6899edb23850b.tar.xz ruby-dd4b06c69e3a67d73bc04a29e9e6899edb23850b.zip | |
* string.c (rb_str_substr): should be infected with only original
string, but not the shared string. fixed: [ruby-core:09152]
* strnig.c (rb_str_new4): keep shared string untainted when orignal
string is tainted. fixed: [ruby-dev:29672]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11201 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 @@ +Sun Oct 22 16:47:56 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_substr): should be infected with only original + string, but not the shared string. fixed: [ruby-core:09152] + + * strnig.c (rb_str_new4): keep shared string untainted when orignal + string is tainted. fixed: [ruby-dev:29672] + Fri Oct 20 10:47:43 2006 NAKAMURA Usaku <usa@ruby-lang.org> * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS. |
