add a comment back to bugs/misc
[www] / musl / bugs.html
index 2725a0f..a2063e2 100644 (file)
@@ -3,65 +3,85 @@
 
 <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> [fixed]
+<li><a href="http://marc.info/?l=pcc-list&m=130668720317216">pcc (integer constant expression bug)</a>
 <li><a href="http://marc.info/?l=pcc-list&m=130615802708117">pcc (cpp bug: #define B !defined(A))</a>
 <li><a href="http://marc.info/?l=pcc-list&m=130608353609512">pcc (cpp bug: macro()text)</a>
-<li><a href="http://marc.info/?l=pcc-list&m=130574679902571">pcc (cpp bug: line reporting)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=130573226614698">pcc (cpp bug: recursive macro)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=130942814905111">pcc (corrupted static variable)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=131498417826086">pcc (-Os)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=131161005321400">pcc (makefile bug)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=134426895408050">pcc (__builtin_nanf for -fPIC)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=134725988825229">pcc (-print-file-name)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=134770849902979">pcc (complex cast to double)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=134795929304570">pcc (crtbeginT.o)</a> [fixed]
-<li><a href="http://marc.info/?l=pcc-list&m=135020300019821">pcc (visibility=hidden, inline asm with array argument, __PIC__, pcc-libs withou -fPIC)</a> [fixed]
-<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825">gcc 48825 (compiling gcc libiberty is built as target lib)</a> [fixed]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13011">gdb 13011 (unjustified gdb-glibc dependency)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13065">glibc 13065 (pthread barriers race)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13080">glibc 13080 (incorrect definition of clock_t)</a> [wontfix]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13154">glibc 13154 (strtol clobbers endptr on invalid base)</a> [invalid]
+<li><a href="http://marc.info/?l=pcc-list&m=130574679902571">pcc (cpp bug: line reporting)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=130573226614698">pcc (cpp bug: recursive macro)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=130942814905111">pcc (corrupted static variable)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=131498417826086">pcc (-Os)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=131161005321400">pcc (makefile bug)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=134426895408050">pcc (__builtin_nanf for -fPIC)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=134725988825229">pcc (-print-file-name)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=134770849902979">pcc (complex cast to double)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=134795929304570">pcc (crtbeginT.o)</a>
+<li><a href="http://marc.info/?l=pcc-list&m=135020300019821">pcc (visibility=hidden, inline asm with array argument, __PIC__, pcc-libs withou -fPIC)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48825">gcc 48825 (compiling gcc libiberty is built as target lib)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12549">binutils 12549 (--as-needed should ignore weak refs)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12657">binutils 12657 (binutils uses __pid_t instead of pid_t)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12683">glibc 12683 (race condition in pthread cancellation)</a>, <a href="http://ewontfix.com/2/">article on ewontfix</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12701">glibc 12701 (incorrect input matching in scanf)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12889">glibc 12889 (race condition in pthread_kill)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13011">gdb 13011 (build system does not check for dl* api)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13014">gdb 13014 (build system does not check for thread_db api)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13065">glibc 13065 (race condition in pthread barriers)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13080">glibc 13080 (incorrect definition of clock_t)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13151">glibc 13151 (fmemopen does not give EOF)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13152">glibc 13152 (fmemopen does not honour append mode)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13154">glibc 13154 (strtol clobbers endptr on invalid base)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13172">glibc 13172 (aio_suspend is not async-signal-safe)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13234">glibc 13234 (performance issue: non-pshared vs pshared condition vars)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13613">glibc 13613 (broken cancellation in single-threaded process)</a> [fixed]
-<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52451">gcc 52451 (float nan comparision without raising invalid and broken -mno-ieee-fp)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13837">glibc 13837 (sin,cos argument reduction on x86)</a> [fixed]
-<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52593">gcc 52593 (builtin sqrt is not correctly rounded)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14032">glibc 14032 (sqrt is not correctly rounded)</a>
-<li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=672665">glib 672665 (race in dlsym error detection)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13959">glibc 13959 (namespace pollution when _GNU_SOURCE is defined)</a> [invalid]
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13347">glibc 13347 (threaded setuid can incorrectly report success)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13613">glibc 13613 (broken cancellation in single-threaded process)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13837">glibc 13837 (sin,cos argument reduction on x86)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13891">binutils 13891 (binutils cannot be linked statically)</a>
 <li><a href="http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11064">libtool (makes static linking impossible)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12549">binutils 12549 (--as-needed should ignore weak refs)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13959">glibc 13959 (namespace pollution when _GNU_SOURCE is defined)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13988">glibc 13988 (scanf %f handles +.e incorrectly)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52451">gcc 52451 (float nan comparision without raising invalid and broken -mno-ieee-fp)</a>
+<li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=672665">glib 672665 (race in dlsym error detection)</a>
 <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=674446">glib 674446 (g_malloc aborts on allocation failure)</a>
 <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=674540">glib 674540 (incorrect assert in gconvert)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14008">glibc 14008 (incorrect iconv behaviour when char does not exist in destination charset)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14010">glibc 14010 (alphabetic character class does not follow unicode)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14029">glibc 14029 (manual wrongly claims fnmatch cannot fail)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52593">gcc 52593 (builtin sqrt is not correctly rounded)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14032">glibc 14032 (sqrt is not correctly rounded)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14037">binutils 14037 (.eh_frame stripped shared lib incorrectly linked with -fPIC program)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14047">glibc 14047 (spurious ERANGE by strtof)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14102">glibc 14102 (NI_NUMERICSCOPE is missing from netdb.h)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14156">binutils 14156 (--sort-sectio=alignment is broken)</a> [fixed]
-<li><a href="https://bugs.busybox.net/show_bug.cgi?id=5246">busybox (sed bug)</a> [fixed]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14233">glibc 14233 (test assertions are not explained)</a> [invalid]
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14147">glibc 14147 (async cancellation mode may be spuriously set)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14156">binutils 14156 (--sort-sectio=alignment is broken)</a>
+<li><a href="https://bugs.busybox.net/show_bug.cgi?id=5246">busybox (sed bug)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14233">glibc 14233 (test assertions are not explained)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14254">glibc 14254 (scanf warn-unused-result is not justified)</a>
-<li><a href="http://www.mail-archive.com/bug-gnulib@gnu.org/msg27302.html">gnulib (SLOW_BUT_NO_HACKS could be a fallback)</a> [fixed]
-<li><a href="http://www.mail-archive.com/bug-gnulib@gnu.org/msg27339.html">gnulib (4bugs: freadahead, printf of invalid long double, getopt, SLOW_BUT_NO_HACKS)</a> [fixed]
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14286">glibc 14286 (integer overflow in vfwprintf %s)</a>
+<li><a href="http://www.mail-archive.com/bug-gnulib@gnu.org/msg27302.html">gnulib (SLOW_BUT_NO_HACKS could be a fallback)</a>
+<li><a href="http://www.mail-archive.com/bug-gnulib@gnu.org/msg27339.html">gnulib (4bugs: freadahead, printf of invalid long double, getopt, SLOW_BUT_NO_HACKS)</a>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54232">gcc 54232 (x86 PIC code reserves register for GOT even if there is no global data)</a>
-<li><a href="http://www.austingroupbugs.net/view.php?id=603">posix 603 (request for posix_spawn with setrlimit, chdir,..)</a> [rejected]
+<li><a href="http://www.austingroupbugs.net/view.php?id=603">posix 603 (request for posix_spawn with setrlimit, chdir,..)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14485">glibc 14485 (race condition in robust mutex unlocking)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14511">glibc 14511 (dlcose is unsafe)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14512">binutils 14512 (not-unloadable dso should be the default)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14553">glibc 14553 (loff_t is visible in sys/types.h)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14565">glibc 14565 (additional failure case in writev emulation)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14578">glibc 14578 (fchmodat with AT_SYMLINK_NOFOLLOW fails unconditionally)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12683">glibc 12683 (race condition in pthread cancellation)</a>, <a href="http://ewontfix.com/2/">article on ewontfix</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14047">glibc 14047 (spurious ERANGE by strtof)</a> [fixed]
 <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=684123">glib 684123 (_GNU_SOURCE is only tried if glibc is detected)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=609">posix 609 (pthread_cond_broadcast, pthread_cond_signal)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14609">glibc 14609 (stack clobbering in pthread cancellation cleanup handlers)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14627">glibc 14627 (interrupted close is non-conformant)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14640">gas 14640 (broken relocations for weak symbols on microblaze)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14697">glibc 14697 (behaviour of exit is non-conformant)</a>
-<li><a href="https://bugs.launchpad.net/qemu/+bug/1066909">qemu (broken app-level clone for microblaze)</a> [fixed]
+<li><a href="https://bugs.launchpad.net/qemu/+bug/1066909">qemu (broken app-level clone for microblaze)</a>
 <li><a href="https://bugs.launchpad.net/qemu/+bug/1068900">qemu (broken app-level thread cancellation)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14749">glibc 14749 (race condition with vfork and posix_spawn)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14744">glibc 14744 (kill -32 cancels random thread)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14749">glibc 14749 (race condition with vfork in posix_spawn, address space sharing)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14750">glibc 14750 (race condition with vfork in posix_spawn, signal handlers)</a>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55012">gcc 55012 (protected visibility wrongly uses GOT relative addressing)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14752">glibc 14752 (unsafe alloca in shm_open)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=610">posix 610 (exit vs threads)</a>
-<li><a href="http://austingroupbugs.net/view.php?id=611">posix 611 (exit vs locked stdio)</a> [accepted]
-<li><a href="http://austingroupbugs.net/view.php?id=612">posix 612 (dirname of "usr/" and "/")</a> [accepted]
+<li><a href="http://austingroupbugs.net/view.php?id=611">posix 611 (exit vs locked stdio)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=612">posix 612 (dirname of "usr/" and "/")</a>
 <li><a href="http://austingroupbugs.net/view.php?id=613">posix 613 (pthread_cleanup_push and auto object lifetime)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=614">posix 614 (close as a cancellation point)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=615">posix 615 (pthread_setcancelstate should be async-signal-safe)</a>
@@ -69,7 +89,7 @@
 <li><a href="http://austingroupbugs.net/view.php?id=623">posix 623 (poll should not modify fds[i].events)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=624">posix 624 (pthread_cleanup_pop and _push should not require a prototype)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=625">posix 625 (allowing alarm based sleep contradicts thread-safety)</a>
-<li><a href="http://austingroupbugs.net/view.php?id=626">posix 626 (fflush vs memory streams)</a> [accepted]
+<li><a href="http://austingroupbugs.net/view.php?id=626">posix 626 (fflush vs memory streams)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=627">posix 627 (pthread cancellation of system())</a>
 <li><a href="http://austingroupbugs.net/view.php?id=632">posix 632 (pclose as a cancellation point)</a>
 <li><a href="http://austingroupbugs.net/view.php?id=633">posix 633 (SIGEV_THREAD signal delivery)</a>
 <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=687600">glib 687600 (gfileutils uses open through non-vararg function pointer)</a>
 <li><a href="https://bugs.launchpad.net/qemu/+bug/1075272">qemu (socket type mapping for mips app-level emulation is wrong)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=10815">glibc 10815 (SIGEV_THREAD signal delivery)</a>
-<li><a href="http://llvm.org/bugs/show_bug.cgi?id=13694">clang 13694 (wrong optimization with -ffreestanding)</a> [fixed]
+<li><a href="http://llvm.org/bugs/show_bug.cgi?id=13694">clang 13694 (wrong optimization with -ffreestanding)</a>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55431">gcc 55431 (invlid auxv search in ppc linux-unwind code)</a>
-<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55695">gcc 55695 (typeof ?: issue breaking tgmath.h)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14829">glibc 14829 (sched_* alter thread scheduling instead of process scheduling)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14830">glibc 14830 (race condition with signals and priority sched)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14942">glibc 14942 (file corruption with close and aio)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14985">glibc 14985 (EPOLL_NONBLOCK broken definition)</a>
+<li><a href="https://rt.openssl.org/Ticket/Display.html?id=2823&amp;user=guest&amp;pass=guest">openssl (build system issue)</a>
+<li><a href="https://bugs.launchpad.net/altlinux/+source/inkscape/+bug/910335/+index">inkscape (use of sys/fcntl.h instead of fcntl.h)</a>
+<li><a href="http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2013-January/date.html">boehm gc (build system, fallback code for determining stack address)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=650">posix 650 (c99 -E on #pragma)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15088">glibc 15088 (_POSIX_PRIORITY_SCHEDULING is defined)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15124">glibc 15124 (no way to get conformant api, eg strerror_r)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=655">posix 655 (deprecate strerror_r)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=656">posix 656 (allow or forbid tls for static buffers)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=659">posix 659 (allow timer_t to be non-arithmetic)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15129">glibc 15129 (timer_t is non-conforming)</a>
+<li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=694239">glib 694239 (gresolver uses non-portable libc api)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=662">posix 662 (atomicity of freopen)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=663">posix 663 (strcasecmp is underspecified)</a>
+<li><a href="https://www.redhat.com/archives/linux-lvm/2013-February/msg00000.html">linux-lvm (include the correct header files)</a>
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55771">cairo (FE_ macros might not be defined in fenv.h)</a>
+<li><a href="http://www.openwall.com/lists/musl/2013/04/02/4">dnsmasq (unchecked use of SO_REUSEPORT)</a>
+<li><a href="http://groups.google.com/group/googletestframework/browse_thread/thread/8d2ecb3d0211f6db">googletest framework (missing sys/socket.h include)</a>
+<li><a href="http://www.spinics.net/lists/raid/msg41835.html">mdadm (canonicalize_file_name, broken ifdefs)</a>
+<li><a href="http://www.spinics.net/lists/dm-crypt/msg04945.html">dm-crypt (missing headers)</a>
+<li><a href="https://github.com/magnumripper/JohnTheRipper/pull/248/files">johntheripper (expecting tcphdr in tcp.h)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15368">glibc 15368 (raise is not async signal safe)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=686">posix 686 (clock() wrap around and signedness of clock_t)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=689">posix 689 (stdio deadlock)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15448">glibc 15448 (integer overflow in CPU_* macros in sched.h)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=695">posix 695 (atomicity of file operations)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=703">posix 703 (add errno for clock() wrap around)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57258">gcc 57258 (unused warning for volatile variables)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=708">posix 708 (thread-safety of mblen, mbtowc, and wctomb)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57574">gcc 57574 (incorrect c99 inline semantics)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=15615">glibc 15615 (rand_r is biased)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=711">posix 711 (va_* macros should be async-signal-safe)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=712">posix 712 (typographic error in html)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=713">posix 713 (*quo is unspecified on error in remquo)</a>
+<li><a href="http://austingroupbugs.net/view.php?id=714">posix 714 (yn(n,0) for negative odd n)</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>
 </ul>
 
 <h3>bugs relevant for musl</h3>
 <ul>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=5945">glibc 5945 (regoff_t size)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12674">glibc 12674 (sem_post/sem_wait race)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13276">glibc 13276 (realloc aborts when runs out of vm)</a> [fixed]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=4737">glibc 4737 (fork is not async-signal-safe)</a> [wontfix]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13470">binutils 13470 (ppc32 ld regressions in 2.22)</a> [fixed]
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13276">glibc 13276 (realloc aborts when runs out of vm)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=4737">glibc 4737 (fork is not async-signal-safe)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13470">binutils 13470 (ppc32 ld regressions in 2.22)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13600">binutils 13600 (protected visibility creates bogus relocation)</a>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437">gcc 51437 (feature request: warn on reserved identifiers)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13165">glibc 13165 (observable invalid ordering with pthread_cond_wait)</a>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770">gcc 46770 (.init_array vs .ctors for initializing static objects in c++)</a>
+<li><a href="https://svn.boost.org/trac/boost/ticket/7516">boost (endian detection is incorrect)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501">gcc 18501 (missing warning about uninitialized variables)</a>
+<li><a href="http://llvm.org/bugs/show_bug.cgi?id=8100">clang 8100 (incorrect floating-point optimizations and c99 fenv support)</a>
+</ul>
+
+<h3>unreported bugs</h3>
+<ul>
+<li><a href="http://www.openwall.com/lists/musl/2013/05/05/9">linux procfs and writev</a>
+<li>posix: usage of the cx option in unistd.h
+<li>broken bre support in tre
+<li>broken random in all bsd libc and glibc (bad seed, ub signed int arithmetics)
+<li>search.h implementation bugs in bsd libc and glibc (stack overflow, hsearch crashes on glibc)
+<li>several libm bugs in glibc, fdlibm (freebsd, openbsd, bionic,..)
+<li>gcc fldpi, fldl2e,.. even with -frounding-math
+<li>gcc -fPIC -Os generates GOT for single 32bit consts instead of using immediate value (for float on i386)
+<li>llvm signal handler bug (not async-signal-safe, invalid use of c++, racy unmasking) in Support/Unix/Signals.inc
+<li>llvm exit bug (destructor calls exit)
+<li>llvm: invalid use of the address of stdin/stdout/stderr in Support/DynamicLibrary.cpp
+<li>address sanitizer: various problems: stack detection, include files, ifdef, non-portable code,..
+<li>various c++ projects: depend on constructor order of different tu (<a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770">gcc 46770</a>)
+<li>various c++ projects: NULL in vararg functions without cast to the right pointer type (seen in various gnome projects)
+<li>various projects: assume large thread stack size without setting it up (firefox,..)
+<li>various projects: query the base pointer of the stack to do pointer arithmetics with it (libgc, firefox,...)
+<li>calling dlopen from the constructor of global static object (firefox)
+<li>incorrect usage of feature test macros and configure results (lots of projects)
+<li>usage of obsolete wrong headers (sys/foo.h instead of foo.h and vice-versa, many projects)
+<li>glibc has some missing posix symbols (found by libc-test)
+<li>glibc has broken vfork on mips
+<li>linux headers invoke ub by using (1 &lt;&lt; 31) eg. MS_NOUSER in inlude/uapi/linux/fs.h
+<li>strace: broken handling of vfork
+<li>bionic: posix namespace violation, +gratuitous interface breaking
+<li>bionic: broken checks in wchar.cpp mbrtowc
+<li>gnutls: O_CLOEXEC
+<li>arp: posix namespace collision (tm_)
+<li>util-linux: cpuset.h __cpumask, etc, sys/ttydefaults.h, __sighandler_t
+<li>f() instead of (f)() in configure scripts (or #undef)
+<li>bionic/wchar.cpp 'if (n == 0)' is wrong, should be 'if (s == NULL)' and later 'if (n == 0) return -2'
+<li>gcc fixincludes
+<li>gcc vs c99 annex f issues
 </ul>
 
 <h3>misc</h3>
 <ul>
-<li><a href="https://bugs.webkit.org/show_bug.cgi?id=42756">webkit (jit requires vm overcommit)</a> [fixed]
+<li><a href="https://bugs.webkit.org/show_bug.cgi?id=42756">webkit (jit requires vm overcommit)</a> (<a href="http://trac.webkit.org/changeset/137994">fixed</a> 2 years later)
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=3400">glibc 3400 (static linking is not supported)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12189">glibc 12189 (__stack_chk_fail attempts backtrace)</a> [wontfix]
-<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41431">gcc 41431 (sizeof(&main) is rejected)</a> [fixed]
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12189">glibc 12189 (__stack_chk_fail attempts backtrace)</a>
+<li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41431">gcc 41431 (sizeof(&main) is rejected)</a>
 <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=111373">mozilla (disallow animated favicon)</a> (unfixed since 2001)
 <li><a href="http://austingroupbugs.net/view.php?id=374">posix 374 (posix vs c inconsistency about malloc(0) and realloc(p,0))</a>
-<li><a href="http://bugs.python.org/issue13028">python (excessive amount of syscalls made at startup)</a> [pending]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13344">glibc 13344 (regression after leaf attribute is added to pthread functions)</a> [fixed]
-<li><a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619963">eglibc (restrict is added to memmove and thus optimized to memcpy)</a> [fixed]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13601">glibc 13601 (ldso fails on short read)</a> [fixed]
+<li><a href="http://bugs.python.org/issue13028">python (excessive amount of syscalls made at startup)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13344">glibc 13344 (regression after leaf attribute is added to pthread functions)</a>
+<li><a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619963">eglibc (restrict is added to memmove and thus optimized to memcpy)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13601">glibc 13601 (ldso fails on short read)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=11214">glibc 11214 (CLONE_VM vs TLS)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=4099">glibc 4099 (agressive caching)</a>
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12100">glibc 12100 (strstr: O(n)->O(n^2) on SSE4)</a> [fixed]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13138">glibc 13138 (scanf stackoverflows on long numbers)</a> [fixed]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14195">glibc 14195 (strncasecmp segfaults with SSSE3)</a> [fixed]
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=12100">glibc 12100 (strstr: O(n)->O(n^2) on SSE4)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=13138">glibc 13138 (scanf stackoverflows on long numbers)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14195">glibc 14195 (strncasecmp segfaults with SSSE3)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14229">glibc 14229 (strtok_r fails on x32)</a>
 <li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14552">glibc 14552 (unbounded alloca in strcoll and strxfrm)</a>
-<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55213">systemd (early boot vasprintf segfault)</a> [fixed]
-<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14716">glibc 14716 (memmem crash)</a> [fixed]
+<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55213">systemd (early boot vasprintf segfault)</a>
+<li><a href="http://sourceware.org/bugzilla/show_bug.cgi?id=14716">glibc 14716 (memmem crash)</a>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52734">gcc 4.7.0 regression (incorrect tail merging optimization)</a>
 </ul>
 </html>