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

ruby-changes:6965

From: shyouhei <ko1@a...>
Date: Mon, 11 Aug 2008 11:55:12 +0900 (JST)
Subject: [ruby-changes:6965] Ruby:r18483 (ruby_1_8_6): fix ChangeLog

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

  New Revision: 18483

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

  Log:
    fix ChangeLog

  Modified files:
    branches/ruby_1_8_6/ChangeLog

Index: ruby_1_8_6/ChangeLog
===================================================================
--- ruby_1_8_6/ChangeLog	(revision 18482)
+++ ruby_1_8_6/ChangeLog	(revision 18483)
@@ -1,3 +1,12 @@
+Mon Aug 11 09:34:52 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,15 +40,6 @@
 Mon Aug  4 12:25:08 2008  NAKAMURA Usaku  <usa@r...>
 
 	* numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check
-Mon Aug 11 09:34:52 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.
-
 	  about 64bit positive value.
 Mon Aug  4 12:25:08 2008  NAKAMURA Usaku  <usa@r...>
 

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

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