add new unreported bugs
authornsz <nsz@port70.net>
Sat, 19 Jan 2013 20:21:19 +0000 (21:21 +0100)
committernsz <nsz@port70.net>
Sat, 19 Jan 2013 20:21:19 +0000 (21:21 +0100)
musl/bugs.html

index 8efc058..6169d3d 100644 (file)
@@ -84,6 +84,7 @@
 <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>
 </ul>
 
 <h3>bugs relevant for musl</h3>
 
 <h3>unreported bugs</h3>
 <ul>
+<li>posix: pthread.h: PTHREAD_CANCELED symbolic const is not marked as void*
+<li>posix: typo in time.h: "..to access an actual object, or a progrm defines an identifier with the name.."
+<li>posix: usage of the cx option in unistd.h
+<li>posix: html error in gets.html: "get a string from a .I stdin stream"
+<li>posix: remquo: quo is not specified when the return value is nan only if y is zero
+<li>posix: yn(n,0) is incorrect for negative n: "If x is 0.0, -HUGE_VAL shall be returned"
 <li>broken bre support in tre
 <li>wchar_t is assumed to be signed in tre (so it is broken on arm)
 <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>llvm signal hadnler bug (not async-signal-safe, racy signal masking)
+<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>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>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>linux headers invoke ub by using (1 &lt;&lt; 31) eg. MS_NOUSER in inlude/uapi/linux/fs.h
 <!--bionic: posix namespace violation, +gratuitous interface breaking-->
 <!-- fixincludes -->
 <!-- __c99_printf -->