public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: Daniel Black <daniel.black@au1.ibm.com>, binutils@sourceware.org
Subject: Re: [PATCH 2/4] Fix incorrect indirection
Date: Mon, 27 Feb 2017 12:49:00 -0000	[thread overview]
Message-ID: <08b7da78-37f8-defd-a601-692c58b3948c@redhat.com> (raw)
In-Reply-To: <1487810145-3339-2-git-send-email-daniel.black@au.ibm.com>

Hi Daniel,

> --- a/binutils/stabs.c
> +++ b/binutils/stabs.c
> @@ -2702,7 +2702,7 @@ parse_stab_members (void *dhandle, struct stab_handle *info,
>  	      ++*pp;
>  	      voffset &= 0x7fffffff;
>  
> -	      if (**pp == ';' || *pp == '\0')
> +	      if (**pp == ';' || **pp == '\0')

This has already been fixed by commit b972a0d6

Cheers
  Nick

  reply	other threads:[~2017-02-27 12:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-23  0:37 [PATCH 1/4] Fix format-overflow errors Daniel Black
2017-02-23  0:37 ` [PATCH 2/4] Fix incorrect indirection Daniel Black
2017-02-27 12:49   ` Nick Clifton [this message]
2017-02-27 22:07     ` Daniel Black
2017-02-28 23:57       ` Alan Modra
2017-02-23  0:37 ` [PATCH 4/4] fix fallthough statements to allow gcc-7 compile Daniel Black
2017-02-27 12:54   ` Nick Clifton
2017-02-23  0:37 ` [PATCH 3/4] Add missing break statement Daniel Black
2017-02-27 12:50   ` Nick Clifton
2017-02-27 12:47 ` [PATCH 1/4] Fix format-overflow errors Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=08b7da78-37f8-defd-a601-692c58b3948c@redhat.com \
    --to=nickc@redhat.com \
    --cc=binutils@sourceware.org \
    --cc=daniel.black@au1.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).