gitweb is now up
[www] / musl / bugs.html
index bc06c28..8e1d344 100644 (file)
@@ -1,6 +1,9 @@
 <html>
 <head><title>bugs</title></head>
 
+
+<p><b>unmaintained, moved to <a href="http://wiki.musl-libc.org/wiki/Bugs_found_by_musl">http://wiki.musl-libc.org/wiki/Bugs_found_by_musl</a></b>
+
 <h3>bugs found or refound by musl</h3>
 <ul>
 <li><a href="http://marc.info/?l=pcc-list&m=130668720317216">pcc (integer constant expression bug)</a>
 <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>
+<li><a href="http://austingroupbugs.net/view.php?id=728">posix 728 (signal handler restrictions)</a>
+<li><a href="http://bugzilla.libsdl.org/show_bug.cgi?id=2019">sdl (SDL_CreateThread stack size is unknown and cannot be set)</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> <a href="http://gcc.gnu.org/ml/gcc-help/2013-07/msg00176.html">gcc-help thread</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>