Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/17/2000 23:56:41
Module Name: basesrc
Committed By: tv
Date: Tue Oct 17 20:56:40 UTC 2000
Modified Files:
basesrc/libexec/talkd [netbsd-1-5]: announce.c
Log Message:
Pullup 1.12 [itojun] and 1.13 [releng]:
make sure big_buf is big enough to hold line terminations.
if all the lines have N_CHARS of characters, we will write up
N_CHARS * N_LINES + (3 + 2 * N_LINES) + 1
of bytes.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.10.1 basesrc/libexec/talkd/announce.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.