From 992ab6d4029a03098dc7836ab654e52906d310b3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 Feb 2003 00:59:00 +0000 Subject: * ruby.c (ruby_init_loadpath): ensures buffer terminated before use strncpy(). * ruby.c (proc_options): avoid SEGV at -S with no arguments. (ruby-bugs-ja:PR#391) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 759611d69..fa52ef190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Feb 13 09:58:12 2003 Nobuyoshi Nakada + + * ruby.c (ruby_init_loadpath): ensures buffer terminated + before use strncpy(). + + * ruby.c (proc_options): avoid SEGV at -S with no arguments. + (ruby-bugs-ja:PR#391) + Thu Feb 13 01:30:10 2003 Nobuyoshi Nakada * eval.c (rb_thread_schedule): current thread may be dead when -- cgit