Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 12/15/1999 08:47:37
Module Name: basesrc
Committed By: bouyer
Date: Wed Dec 15 16:47:37 UTC 1999
Modified Files:
basesrc/usr.bin/rpcgen: rpc_parse.c
Log Message:
Bump a static char array from 8 to 255. Avoids rpcgen core dumps on some
long struct name.
XXX There are a lot of static arrays in there, bounds should be checked
XXX more carrefuly. All of them seems big enouth (>100) for normal use, though.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/rpcgen/rpc_parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.