This is the mail archive of the gdb-patches@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]

Re: [PATCH] Replace potentially unsafe alloca with xmalloc/xfree in value_concat


On Fri, 14 Sep 2012 13:37:05 +0200, Jan wrote:
> OK with that change.

Thanks, committed.

Regards,
Siddhesh

http://sourceware.org/ml/gdb-cvs/2012-09/msg00068.html

CVSROOT:	/cvs/src
Module name:	src
Changes by:	siddhesh@sourceware.org	2012-09-14 12:46:56

Modified files:
	gdb            : ChangeLog valarith.c 

Log message:
	* valarith.c (value_concat): Replace unsafe ALLOCA with
	XMALLOC/XFREE.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14659&r2=1.14660
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/valarith.c.diff?cvsroot=src&r1=1.105&r2=1.106


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