From 647ec2123df81073de01a1799393fb1dbf738c29 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 24 Feb 2010 00:13:08 -0800 Subject: * lib.c (init_str): Bugfix: copy only len characters, not len + 1, so that we don't clobber the null terminator in the target string, or try read past the end of the source data. This affects the @(freeform) directive. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96476fcb..cf47df66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-02-24 Kaz Kylheku + + * lib.c (init_str): Bugfix: copy only len characters, not len + 1, so + that we don't clobber the null terminator in the target string, or try + read past the end of the source data. This affects the @(freeform) + directive. + 2010-01-26 Kaz Kylheku Version 033 -- cgit v1.2.3