From 2691446e0fc9259066b7991129a88021956a88cf Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 11 Aug 2008 00:37:21 +0000 Subject: merge revision(s) 17872: * ext/dl/dl.c (rb_str_to_ptr): should propagate taint to dlptr. * ext/dl/dl.c (rb_ary_to_ptr): ditto. * ext/dl/sym.c (rb_dlsym_call): should check taint of DLPtrData as well. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@18479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96320cbddd..39d5395e60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,15 @@ Mon Aug 4 13:31:41 2008 NAKAMURA Usaku * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check. fixed [ruby-dev:33683] +Mon Aug 11 09:37:17 2008 Yukihiro Matsumoto + + * ext/dl/dl.c (rb_str_to_ptr): should propagate taint to dlptr. + + * ext/dl/dl.c (rb_ary_to_ptr): ditto. + + * ext/dl/sym.c (rb_dlsym_call): should check taint of DLPtrData as + well. + Thu Jul 17 21:42:07 2008 URABE Shyouhei -- cgit v1.2.3