public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: Arnold Metselaar <arnold.metselaar@planet.nl>
Cc: binutils@sources.redhat.com
Subject: Re: [PATCH]: missing check in gas/app.c
Date: Wed, 28 Sep 2005 14:10:00 -0000	[thread overview]
Message-ID: <20050928123137.GR29044@bubble.grove.modra.org> (raw)
In-Reply-To: <200509132241.10379.arnold.metselaar@planet.nl>

On Tue, Sep 13, 2005 at 10:41:09PM +0200, Arnold Metselaar wrote:
> *** src/gas/app.c       2005-05-05 11:12:43.000000000 +0200
> --- src/gas/app.c.new   2005-09-13 22:24:44.000000000 +0200
> ***************
> *** 1302,1307 ****
> --- 1302,1310 ----
>                         case 1: *to++ = *from++;
>                         }
>                     }
> +                 /* normally tested in PUT() */
> +                 if (to >= toend)
> +                     goto tofull;
>                   ch = GET ();
>                 }
>             }

Applied with this ChangeLog entry:

2005-09-28  Arnold Metselaar  <arnold.metselaar@planet.nl>

	* app.c (do_scrub_chars <LEX_IS_SYMBOL_COMPONENT>): Check for full
	buffer after copying string.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

      reply	other threads:[~2005-09-28 12:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14  1:41 Arnold Metselaar
2005-09-28 14:10 ` Alan Modra [this message]

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=20050928123137.GR29044@bubble.grove.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=arnold.metselaar@planet.nl \
    --cc=binutils@sources.redhat.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).