summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-11 15:07:10 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-11 15:07:10 +0000
commit4600cf725a86ce31266153647ae5aa1197b1215b (patch)
treee3c7bc1fce287ef22b9c1c14a8784263867d96c0 /ChangeLog
parent7269e3de3cee3bbb6ab77fc708f3a10cab00b65e (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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1de38d3638..9bacb40125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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