public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/27348] mudflap produces a bogus error with memcmp that goes over the size
       [not found] <bug-27348-4@http.gcc.gnu.org/bugzilla/>
@ 2013-11-10  5:50 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-10  5:50 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
   Target Milestone|---                         |4.9.0

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
fmudflap support has been removed.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libmudflap/27348] mudflap produces a bogus error with memcmp that goes over the size
  2006-04-28 11:53 [Bug other/27348] New: memcmp reads past end of strings gcc-bugzilla at gcc dot gnu dot org
@ 2006-04-28 19:06 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-04-28 19:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-04-28 19:06 -------
Small testcase:

char a[] = "tree.h";
char b[] = "treelang";


int main(void)
{
  return memcmp (a, b, strlen(b)) != 0;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-04-28 19:06:46
               date|                            |
            Summary|memcmp reads past end of    |mudflap produces a bogus
                   |strings in gengtype         |error with memcmp that goes
                   |                            |over the size


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-10  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-27348-4@http.gcc.gnu.org/bugzilla/>
2013-11-10  5:50 ` [Bug libmudflap/27348] mudflap produces a bogus error with memcmp that goes over the size pinskia at gcc dot gnu.org
2006-04-28 11:53 [Bug other/27348] New: memcmp reads past end of strings gcc-bugzilla at gcc dot gnu dot org
2006-04-28 19:06 ` [Bug libmudflap/27348] mudflap produces a bogus error with memcmp that goes over the size pinskia at gcc dot gnu dot org

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).