From: nsz Date: Sun, 28 Jul 2013 07:21:03 +0000 (+0000) Subject: bug list update X-Git-Url: http://nsz.repo.hu/git/?p=www;a=commitdiff_plain;h=dfcf045bf54bb00112f37cb80e61584a3851d3e1 bug list update --- diff --git a/musl/bugs.html b/musl/bugs.html index bc06c28..15c7f2d 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -142,7 +142,6 @@
  • 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__) -
  • make (target specific variables)

    bugs relevant for musl

    @@ -162,6 +161,7 @@
  • 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

    @@ -198,6 +198,7 @@
  • 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