diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-11 15:07:10 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-11 15:07:10 +0000 |
| commit | 59177e063dbc690baccc008a16b05f9cb2a37aae (patch) | |
| tree | e3c7bc1fce287ef22b9c1c14a8784263867d96c0 /ChangeLog | |
| parent | d3df9579a5986f72bd5688f08d3bb609edae767b (diff) | |
* ext/dl/dl.c (rb_dlhandle_initialize): prohibits DL::dlopen
with a tainted name of library.
Patch by sheepman <sheepman AT sheepman.sakura.ne.jp>.
* ext/dl/dl.c (rb_dlhandle_sym): ditto
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23405 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 @@ +Mon May 11 23:14:06 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * ext/dl/dl.c (rb_dlhandle_initialize): prohibits DL::dlopen + with a tainted name of library. + Patch by sheepman <sheepman AT sheepman.sakura.ne.jp>. + + * ext/dl/dl.c (rb_dlhandle_sym): ditto + Mon May 11 22:33:46 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp> * ext/dl/lib/dl/func.rb (DL::Function#call): prevents |
