This is the mail archive of the gdb-patches@sources.redhat.com 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 RFA] Fix x86 floating point vs. thread problem


Kevin Buettner <kevinb@redhat.com> writes:

> 	* i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
> 	to short so that we don't memcpy() beyond the end of this buffer.
> 	Also, change shift value used in computing val to account for the
> 	fact that only eight bits are used.

Looks good.  I'm not surprised there was a bug lurking here.  Please
check this in.  Thanks!

Mark


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