From 34a484dabc3825cf03287520171773ccb50000bf Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 12 Aug 2001 09:41:39 +0000 Subject: * string.c (rb_str_cat): fix buffer overflow. * string.c (rb_str_append): nothing to append actually when `str2' is empty. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 35c51fbc8..48af29f40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,18 @@ +Sun Aug 12 15:01:58 2001 Nobuyoshi Nakada + + * string.c (rb_str_cat): fix buffer overflow. + + * string.c (rb_str_append): nothing to append actually when `str2' + is empty. + Tue Aug 7 09:10:32 2001 Usaku Nakamura * win32/win32.h: fix problems with BC++ (ruby-bugs#PR161). Mon Aug 6 23:47:46 2001 Nobuyoshi Nakada - * pack.c (pack_unpack): associates p/P strings once at - last(reverted to 1.26). + * pack.c (pack_pack): associates p/P strings once at last + (reverted to 1.26). * string.c (rb_str_associate): associates an Array at once, not but a String. realloc's when str_buf. -- cgit