From: nsz Date: Thu, 20 Jun 2013 19:06:00 +0000 (+0000) Subject: update bugs list X-Git-Url: http://nsz.repo.hu/git/?p=www;a=commitdiff_plain;h=b008d9b4602b213d59f0e735f4844151da00fac5 update bugs list --- diff --git a/musl/bugs.html b/musl/bugs.html index 8f4fa46..3d3a9c3 100644 --- a/musl/bugs.html +++ b/musl/bugs.html @@ -128,6 +128,18 @@
  • glibc 15368 (raise is not async signal safe)
  • posix 686 (clock() wrap around and signedness of clock_t)
  • posix 689 (stdio deadlock) +
  • glibc 15448 (integer overflow in CPU_* macros in sched.h) +
  • posix 695 (atomicity of file operations) +
  • posix 703 (add errno for clock() wrap around) +
  • gcc 57258 (unused warning for volatile variables) +
  • posix 708 (thread-safety of mblen, mbtowc, and wctomb) +
  • gcc 57574 (incorrect c99 inline semantics) +
  • glibc 15615 (rand_r is biased) +
  • posix 711 (va_* macros should be async-signal-safe) +
  • posix 712 (typographic error in html) +
  • posix 713 (*quo is unspecified on error in remquo) +
  • posix 714 (yn(n,0) for negative odd n) +
  • gnulib (assuming broken fflush in cross compilation)

    bugs relevant for musl

    @@ -142,24 +154,24 @@
  • glibc 13165 (observable invalid ordering with pthread_cond_wait)
  • gcc 46770 (.init_array vs .ctors for initializing static objects in c++)
  • boost (endian detection is incorrect) +
  • gcc 18501 (missing warning about uninitialized variables) +
  • clang 8100 (incorrect floating-point optimizations and c99 fenv support)

    unreported bugs