From 54b583424a962bc98c3a3b711764b1b48fb604d2 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Jul 2005 13:52:42 +0000 Subject: * error.c (syserr_initialize): need to allocate an additional byte for NUL at the end. [ruby-dev:26574] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b343b5776..ce51937e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 19 22:47:29 2005 Yukihiro Matsumoto + + * error.c (syserr_initialize): need to allocate an additional byte + for NUL at the end. [ruby-dev:26574] + Tue Jul 19 17:16:34 2005 Yukihiro Matsumoto * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). -- cgit