comparison ChangeLog @ 268:f049f8639dc0 noffle

[svn] * src/client.c: Fix old bug in readField() where the last field in a line would not terminate the buffer properly if the line ended with \0. This could in practice lead to rubbish in the Lines: field, with extra numerals from the preceding Bytes: field being added.
author bears
date Tue, 08 Oct 2002 14:52:52 +0100
parents a53d3f2f2f38
children b3a2f710fe2c
comparison
equal deleted inserted replaced
267:a53d3f2f2f38 268:f049f8639dc0
1 Tue Oct 8 2002 Jim Hague <jim.hague@acm.org>
2
3 * src/client.c: Fix old bug in readField() where the last field in a line
4 would not terminate the buffer properly if the line ended with \0. This
5 could in practice lead to rubbish in the Lines: field, with extra
6 numerals from the preceding Bytes: field being added.
7
1 Mon Aug 5 2002 Jim Hague <jim.hague@acm.org> 8 Mon Aug 5 2002 Jim Hague <jim.hague@acm.org>
2 9
3 * INSTALL,README,docs/FAQ: Remove online mode from introductory documentation. 10 * INSTALL,README,docs/FAQ: Remove online mode from introductory documentation.
4 It causes confusion. Add it to FAQ list. 11 It causes confusion. Add it to FAQ list.
5 * configure, configure.in: Correct --enable-debug handling. Don't add 12 * configure, configure.in: Correct --enable-debug handling. Don't add