diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-05-16 00:43:41 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-05-16 00:43:41 +0000 |
| commit | 650d328b6be41373ce12b17cc1c32f9bb0f4f714 (patch) | |
| tree | a00a020e6a893ea04012d566d6c72637c0b0d78d /ChangeLog | |
| parent | fd483664fc48efa80fd14fd705add9bd11f1458a (diff) | |
| download | ruby-650d328b6be41373ce12b17cc1c32f9bb0f4f714.tar.gz ruby-650d328b6be41373ce12b17cc1c32f9bb0f4f714.tar.xz ruby-650d328b6be41373ce12b17cc1c32f9bb0f4f714.zip | |
* dir.c (dir_close): should not close untainted dir stream.
* dir.c (GetDIR): add tainted/frozen check for each dir operation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ Tue May 16 09:20:16 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * re.c (rb_memcmp): type change from char* to const void*. + * dir.c (dir_close): should not close untainted dir stream. + + * dir.c (GetDIR): add tainted/frozen check for each dir operation. + Mon May 15 17:42:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg): |
