public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/55896] Annoying compiler warning
Date: Tue, 18 Mar 2014 11:21:00 -0000	[thread overview]
Message-ID: <bug-55896-4-c1QFLLfzNj@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-55896-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55896

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I think there's a bug in the program.  We inline w_strlen function.  Now, if
buffer is NULL, we don't compute w_strlen, as the result is 0.  But since the
call to strncat is strncat(content_2, content_1, w_strlen(content_1) - 1);, we
pass -1 as n to strncat, which is casted to size_t, that means we end up with
__builtin___strncat_chk (&content_2, &content_1, 18446744073709551615, 1024);.


  reply	other threads:[~2014-03-18 11:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-07 13:48 [Bug c/55896] New: " sworddragon2 at aol dot com
2014-03-18 11:21 ` mpolacek at gcc dot gnu.org [this message]
2014-03-18 11:38 ` [Bug c/55896] " jakub at gcc dot gnu.org
2014-03-18 12:11 ` jakub at gcc dot gnu.org
2014-03-18 13:57 ` mpolacek at gcc dot gnu.org

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=bug-55896-4-c1QFLLfzNj@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).