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

[Bug gdb/16188] Verify PTRACE_TRACEME succeeded?


https://sourceware.org/bugzilla/show_bug.cgi?id=16188

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Sergio Durigan Junior
<sergiodj@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1b076f2540e51055a7c6a4ee8fdfc604b54fb70a

commit 1b076f2540e51055a7c6a4ee8fdfc604b54fb70a
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Mon Feb 20 08:01:04 2017 -0500

    Fix thinko on last commit

    On fork-child.c:trace_start_error, va_end should refer to 'ap', not
    'args.  This fixes it.

    Sorry about the breakage.

    gdb/ChangeLog:
    2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>

        PR gdb/16188
        * fork-child.c (trace_start_error): Fix thinko.  va_end should
        refer to 'ap', not 'args'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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