Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libedit
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.
Home |
Main Index |
Thread Index |
Old Index