This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog dwarf2read.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tromey@sourceware.org	2013-07-22 17:53:56

Modified files:
	gdb            : ChangeLog dwarf2read.c 

Log message:
	fix dwarf_decode_line_header
	
	dwarf_decode_line_header has one return that is missing a call to
	do_cleanups.  This patch adds it.
	
	This was found using the cleanup checker.
	
	* dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
	on all return paths.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15813&r2=1.15814
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.811&r2=1.812


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]