src/readline ChangeLog.gdb Makefile.in xfree.c ...
jkratoch@sourceware.org
jkratoch@sourceware.org
Wed Jun 29 20:51:00 GMT 2011
CVSROOT: /cvs/src
Module name: src
Changes by: jkratoch@sourceware.org 2011-06-29 20:51:10
Modified files:
readline : ChangeLog.gdb Makefile.in xfree.c xmalloc.h
Log message:
readline/
Avoid free from a signal handler.
* Makefile.in (xfree.o): Add readline.h.
* xfree.c: Include stdio.h and readline.h.
(xfree): Return on RL_STATE_SIGHANDLER.
* xmalloc.h (xfree): New definition.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/readline/ChangeLog.gdb.diff?cvsroot=src&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/src/readline/Makefile.in.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/readline/xfree.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/readline/xmalloc.h.diff?cvsroot=src&r1=1.5&r2=1.6
More information about the Gdb-cvs
mailing list