unreported bugs cleanup
authornsz <nsz@port70.net>
Fri, 28 Jun 2013 22:16:50 +0000 (22:16 +0000)
committernsz <nsz@port70.net>
Fri, 28 Jun 2013 22:16:50 +0000 (22:16 +0000)
musl/bugs.html

index 38d411f..bd19cd3 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>