Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 11/29/2000 00:37:52
Module Name: basesrc
Committed By: jmc
Date: Tue Nov 28 22:37:52 UTC 2000
Modified Files:
basesrc/lib/libedit: term.c
Log Message:
Alloc the keys structure with A_K_NKEYS as the multiplier rather than a
hardcoded value of 4.
A_K_NKEYS is currently 6 and this mismatch was stomping memory when
initializing the keys. (specifically gdb lost the exec file name if it was
a long path name).
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 basesrc/lib/libedit/term.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.