X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=musl%2Fbugs.html;h=15c7f2dad838763a565ead605dd82ae8aedd63b2;hb=dfcf045bf54bb00112f37cb80e61584a3851d3e1;hp=38d411f7fa39f16d9aa0483a1d31eba2e2ac801c;hpb=a88e6cbae579f5aad4f1bfb9c1d9dd6db05b786c;p=www diff --git a/musl/bugs.html b/musl/bugs.html index 38d411f..15c7f2d 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -141,6 +141,7 @@
  • posix 714 (yn(n,0) for negative odd n)
  • gnulib (assuming broken fflush in cross compilation)
  • posix 716 (process instead of thread in rename spec) +
  • glibc 15720 (stdc-predef.h defines __STDC_IEC_559_COMPLEX__)

    bugs relevant for musl

    @@ -157,6 +158,10 @@
  • boost (endian detection is incorrect)
  • gcc 18501 (missing warning about uninitialized variables)
  • clang 8100 (incorrect floating-point optimizations and c99 fenv support) +
  • NULL in vararg functions (ewontfix article) +
  • gcc fixincludes (ewontfix article) +
  • gcc 31798 (on arm libgcc has undefined reference to raise) +
  • gcc 56888 (memcpy is compiled to invoke memcpy)

    unreported bugs

    @@ -174,7 +179,6 @@
  • llvm: invalid use of the address of stdin/stdout/stderr in Support/DynamicLibrary.cpp
  • address sanitizer: various problems: stack detection, include files, ifdef, non-portable code,..
  • various c++ projects: depend on constructor order of different tu (gcc 46770) -
  • various c++ projects: NULL in vararg functions without cast to the right pointer type (seen in various gnome projects)
  • various projects: assume large thread stack size without setting it up (firefox,..)
  • various projects: query the base pointer of the stack to do pointer arithmetics with it (libgc, firefox,...)
  • calling dlopen from the constructor of global static object (firefox) @@ -182,29 +186,24 @@
  • usage of obsolete wrong headers (sys/foo.h instead of foo.h and vice-versa, many projects)
  • glibc has some missing posix symbols (found by libc-test)
  • glibc has broken vfork on mips +
  • glibc integer overflows in time/tz code
  • linux headers invoke ub by using (1 << 31) eg. MS_NOUSER in inlude/uapi/linux/fs.h
  • strace: broken handling of vfork
  • bionic: posix namespace violation, +gratuitous interface breaking
  • bionic: broken checks in wchar.cpp mbrtowc
  • gnutls: O_CLOEXEC
  • arp: posix namespace collision (tm_) - - - - - - +
  • util-linux: cpuset.h __cpumask, etc, sys/ttydefaults.h, __sighandler_t +
  • f() instead of (f)() in configure scripts (or #undef) +
  • bionic/wchar.cpp 'if (n == 0)' is wrong, should be 'if (s == NULL)' and later 'if (n == 0) return -2' +
  • gcc vs c99 annex f issues +
  • gcc dl_iterate_phdr configure check (hard coded solaris header check + glibc/bionic/bsd ifdef + config.host overrides) +
  • libxml2 and glib: ub and several threading and allocation related bugs

    misc