add a comment back to bugs/misc
[www] / musl / bugs.html
index 38d411f..a2063e2 100644 (file)
 <li>bionic: broken checks in wchar.cpp mbrtowc
 <li>gnutls: O_CLOEXEC
 <li>arp: posix namespace collision (tm_)
-<!--
-0414.1747 <@dalias> https://github.com/android/platform_bionic/blob/master/libc/bionic/wchar.cpp#L168
-0414.1747 <@dalias> if (n == 0) { is wrong
-0414.1747 <@dalias> that should be if (s == NULL) {
-0414.1747 <@dalias> then after this block
-0414.1747 <@dalias> if (n == 0) return (size_t)-2;
--->
-<!-- fixincludes -->
-<!-- __isoc99_scanf -->
-<!-- od: use of arbitrary binary data as long double -->
-<!-- gcc: c99 annex f -->
-<!-- cppcheck -->
+<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>
+<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>
 <li><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41431">gcc 41431 (sizeof(&main) is rejected)</a>