Subject: PR/25694 CVS commit: src/lib/libedit
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 05/29/2005 03:56:02
The following reply was made to PR lib/25694; it has been noted by GNATS.
From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/25694 CVS commit: src/lib/libedit
Date: Sun, 29 May 2005 03:55:37 +0000 (UTC)
Module Name: src
Committed By: christos
Date: Sun May 29 03:55:37 UTC 2005
Modified Files:
src/lib/libedit: parse.c tty.c
Log Message:
PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to
it, because you'll core dump. Also remove extra const that gives pain to
the irix compiler.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/lib/libedit/parse.c
cvs rdiff -r1.21 -r1.22 src/lib/libedit/tty.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.