From 5db2d745164db6c375edd86a5bb28eeb6041d7c0 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Jul 2005 08:25:39 +0000 Subject: * io.c (rb_io_inspect): replace sprintf() with "%s" format all over the place by snprintf() to avoid integer overflow. * sample/svr.rb: service can be stopped by ill-behaved client; use tsvr.rb instead. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00ec8f42d..3640a30cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 19 16:39:46 2005 Yukihiro Matsumoto + + * io.c (rb_io_inspect): replace sprintf() with "%s" format all + over the place by snprintf() to avoid integer overflow. + Tue Jul 19 14:08:22 2005 Hirokazu Yamamoto * ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int. @@ -105,12 +110,6 @@ Mon Jul 11 08:31:29 2005 Nobuyoshi Nakada * regex.c (read_special): fix parsing backslashes following \c in regexp. fixed: [ruby-dev:26500] -Sun Jul 10 22:18:17 CEST 2005 Michael Neumann - - * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to - WEBrick. This makes file lib/xmlrpc/httpserver.rb obsolete (at least it is - no further used by the XML-RPC library). - Mon Jul 11 02:53:00 2005 GOTOU Yuuzou * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): @@ -123,6 +122,12 @@ Sun Jul 10 23:58:04 2005 Tanaka Akira avoid unlink a directory by root. cf. [ruby-dev:26237] +Sun Jul 10 22:18:17 CEST 2005 Michael Neumann + + * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to + WEBrick. This makes file lib/xmlrpc/httpserver.rb obsolete (at least it is + no further used by the XML-RPC library). + Sun Jul 10 12:47:01 2005 Nobuyoshi Nakada * lib/debug.rb (debug_command): added a deficient format specifier. @@ -207,6 +212,11 @@ Tue Jul 5 14:51:35 2005 Hidetoshi NAGAI * ext/tk/lib/tk/namespace.rb: arguemnts for TclTkIp#_merge_tklist should be UTF-8 strings. +Mon Jul 4 14:35:52 2005 Yukihiro Matsumoto + + * sample/svr.rb: service can be stopped by ill-behaved client; use + tsvr.rb instead. + Mon Jul 4 13:25:21 2005 Yukihiro Matsumoto * missing/erf.c: original erf.c by prof. Okumura is confirmed to -- cgit