Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/03/1999 04:55:56
Module Name: basesrc
Committed By: lukem
Date: Sat Jul 3 11:55:53 UTC 1999
Modified Files:
basesrc/lib/libedit: readline.c
Log Message:
don't try to free() something allocated with alloca() in rl_complete_internal().
(noticed while using completion in gdb and getting inundated with warnings from
the new free())
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/lib/libedit/readline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.