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]

gdb and binutils branch master updated. 89c7137fad41711072e2a15ce539e2ad293bd065


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  89c7137fad41711072e2a15ce539e2ad293bd065 (commit)
      from  f1885d1e59a7e6e0627429cd3068740d96f8a184 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=89c7137fad41711072e2a15ce539e2ad293bd065

commit 89c7137fad41711072e2a15ce539e2ad293bd065
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date:   Thu Oct 16 13:50:07 2014 +0200

    Darwin: sanitize %gs and %fs values.
    
    Some Darwin kernels return values out of bounds for gs and fs segments.
    With this commit, they are masked to avoid garbage.
    
    gdb/ChangeLog:
    	* i386-darwin-nat.c (i386_darwin_fetch_inferior_registers)
    	(i386_darwin_store_inferior_registers): Sanitize gs and fs values
    	on amd64.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog         |    6 ++++++
 gdb/i386-darwin-nat.c |    9 +++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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