From afb8b6055c5e54be762e220cf9b7b65a22266733 Mon Sep 17 00:00:00 2001 From: ajs Date: Fri, 28 Jan 2005 20:41:07 +0000 Subject: 2005-01-28 Andrew J. Schorr * lib/buffer.h: Document behavior of buffer_getstr function. * lib/buffer.c: (buffer_getstr) Fix bug: must handle case where the string extends beyond the head struct buffer_data. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 750e310f..7955f098 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-01-28 Andrew J. Schorr + + * lib/buffer.h: Document behavior of buffer_getstr function. + * lib/buffer.c: (buffer_getstr) Fix bug: must handle case where + the string extends beyond the head struct buffer_data. + 2005-01-28 Andrew J. Schorr * lib/command.h: Document behavior of argv_concat function. -- cgit v1.2.1