[前][次][番号順一覧][スレッド一覧]

ruby-changes:6966

From: shyouhei <ko1@a...>
Date: Mon, 11 Aug 2008 11:55:56 +0900 (JST)
Subject: [ruby-changes:6966] Ruby:r18484 (ruby_1_8_7): fix ChangeLog

shyouhei	2008-08-11 11:52:57 +0900 (Mon, 11 Aug 2008)

  New Revision: 18484

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18484

  Log:
    fix ChangeLog

  Modified files:
    branches/ruby_1_8_7/ChangeLog

Index: ruby_1_8_7/ChangeLog
===================================================================
--- ruby_1_8_7/ChangeLog	(revision 18483)
+++ ruby_1_8_7/ChangeLog	(revision 18484)
@@ -1,3 +1,12 @@
+Mon Aug 11 09:37:17 2008  Yukihiro Matsumoto  <matz@r...>
+
+	* 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.
+
 Fri Aug  8 10:53:52 2008  Tanaka Akira  <akr@f...>
 
 	* lib/resolv.rb: randomize source port and transaction id.
@@ -31,16 +40,7 @@
 
 	* numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check.
 	  fixed [ruby-dev:33683]
-Mon Aug 11 09:37:17 2008  Yukihiro Matsumoto  <matz@r...>
 
-	* 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  <shyouhei@r...>
 
 	* lib/net/smtp.rb (Net::SMTP::start): revert to avoid RFC2821

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]