[Bug libmudflap/37927] Mudflap : invalid reads when accessing static objects in shared libraries

2013-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libmudflap/37927] Mudflap : invalid reads when accessing static objects in shared libraries

2013-03-02 Thread g_sauthoff at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927 --- Comment #4 from Georg Sauthoff 2013-03-02 20:51:07 UTC --- Can reproduce this with gcc 4.7.2: $ cat setl.c #include #include #include int main() { char *s = setlocale(LC_ALL, 0); char buffer[512] = {0}; strcpy(buf

[Bug libmudflap/37927] Mudflap : invalid reads when accessing static objects in shared libraries

2008-10-27 Thread polettog at gmail dot com
--- Comment #3 from polettog at gmail dot com 2008-10-27 10:48 --- Created an attachment (id=16565) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16565&action=view) main program using shared library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927

[Bug libmudflap/37927] Mudflap : invalid reads when accessing static objects in shared libraries

2008-10-27 Thread polettog at gmail dot com
--- Comment #2 from polettog at gmail dot com 2008-10-27 10:48 --- Created an attachment (id=16564) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16564&action=view) module.h of shared library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927

[Bug libmudflap/37927] Mudflap : invalid reads when accessing static objects in shared libraries

2008-10-27 Thread polettog at gmail dot com
--- Comment #1 from polettog at gmail dot com 2008-10-27 10:47 --- Created an attachment (id=16563) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16563&action=view) module.c of shared library -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37927