From 9e1ea49dd3469c8d2a29f1f2d9b0de62b0591fc9 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Nov 2003 01:17:59 +0000 Subject: * ext/stringio/stringio.c (strio_set_string, strio_reopen): check tainted. * ext/stringio/stringio.c (strio_copy, strio_ungetc, strio_write, strio_putc): add infection. * ext/stringio/stringio.c (strio_path): just nil. [ruby-dev:21846] * ruby.c (proc_options): reserve searched script path in the source file name table. [ruby-list:38765] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 10e26b5d8..7d29ef79b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Nov 6 10:17:51 2003 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_set_string, strio_reopen): check + tainted. + + * ext/stringio/stringio.c (strio_copy, strio_ungetc, strio_write, + strio_putc): add infection. + + * ext/stringio/stringio.c (strio_path): just nil. [ruby-dev:21846] + + * ruby.c (proc_options): reserve searched script path in the + source file name table. [ruby-list:38765] + Wed Nov 5 23:49:45 2003 NAKAMURA, Hiroshi * sample/openssl/gen_csr.rb: there (at least) is a CA which does not @@ -5,15 +18,15 @@ Wed Nov 5 23:49:45 2003 NAKAMURA, Hiroshi Wed Nov 5 22:55:16 2003 Hidetoshi NAGAI - * configure.in, eval.c, signal.c: : add '--with-pthread-ext' + * configure.in, eval.c, signal.c: : add '--with-pthread-ext' option to fix the pthread trouble on 'tcltklib' * ext/tcltklib/README.1st: add the description of '--with-pthread-ext' - * ext/tk/lib/tktext.rb : add TkText#text_copy, text_cut, text_paste + * ext/tk/lib/tktext.rb : add TkText#text_copy, text_cut, text_paste to support Tcl/Tk8.4's tk_textCopy, tk_textCut, tk_textPaste - * ext/tk/lib/tk.rb : add TkMenu#set_focus support Tcl/Tk's + * ext/tk/lib/tk.rb : add TkMenu#set_focus support Tcl/Tk's tk_menuSetFocus Wed Nov 5 19:08:47 2003 Nobuyoshi Nakada -- cgit