diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-11 15:07:00 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-11 15:07:00 +0000 |
| commit | d3df9579a5986f72bd5688f08d3bb609edae767b (patch) | |
| tree | 2e53fabc3395503e360f9e96347dae5d679280ed /ChangeLog | |
| parent | 0b45ce58547711f51f62da587d7344d6fd4e934f (diff) | |
* ext/dl/lib/dl/func.rb (DL::Function#call): prevents
passing tainted arguments to a C function.
Patch by sheepman <sheepman AT sheepman.sakura.ne.jp>.
* ext/dl/lib/dl/func.rb (DL::Function#check_safe_obj):
new method for checking #call's arguments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon May 11 22:33:46 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * ext/dl/lib/dl/func.rb (DL::Function#call): prevents + passing tainted arguments to a C function. + Patch by sheepman <sheepman AT sheepman.sakura.ne.jp>. + + * ext/dl/lib/dl/func.rb (DL::Function#check_safe_obj): + new method for checking #call's arguments. + Tue Mar 10 04:53:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in (MINIRUBY): keep macro into Makefile. |
