bug list update
authornsz <nsz@port70.net>
Sun, 28 Jul 2013 07:21:03 +0000 (07:21 +0000)
committernsz <nsz@port70.net>
Sun, 28 Jul 2013 07:21:03 +0000 (07:21 +0000)
musl/bugs.html

index bc06c28..15c7f2d 100644 (file)
 <li><a href="http://lists.gnu.org/archive/html/bug-gnulib/2013-06/msg00043.html">gnulib (assuming broken fflush in cross compilation)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=716">posix 716 (process instead of thread in rename spec)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15720">glibc 15720 (stdc-predef.h defines __STDC_IEC_559_COMPLEX__)</a>
-<li><a href="https://savannah.gnu.org/bugs/?39485">make (target specific variables)</a>
 </ul>
 
 <h3>bugs relevant for musl</h3>
 <li><a href="http://ewontfix.com/11/">NULL in vararg functions (ewontfix article)</a>
 <li><a href="http://ewontfix.com/12/">gcc fixincludes (ewontfix article)</a>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31798">gcc 31798 (on arm libgcc has undefined reference to raise)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888">gcc 56888 (memcpy is compiled to invoke memcpy)</a>
 </ul>
 
 <h3>unreported bugs</h3>
 <li>bionic/wchar.cpp 'if (n == 0)' is wrong, should be 'if (s == NULL)' and later 'if (n == 0) return -2'
 <li>gcc vs c99 annex f issues
 <li>gcc dl_iterate_phdr configure check (hard coded solaris header check + glibc/bionic/bsd ifdef + config.host overrides)
+<li>libxml2 and glib: ub and several threading and allocation related bugs
 </ul>
 
 <h3>misc</h3>