X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=WHATSNEW;h=da17d1c405cce4da4eb86171911c5b0ce42ceb1f;hb=92b2eb8d0331abcf7afbddeca80ebdcf136d8b3d;hp=2767e981f33dc7983d9145e9a463dc275cdf7a8b;hpb=bd1f6eba8ca41994e7b7aefbe1513bd1b24f1279;p=musl diff --git a/WHATSNEW b/WHATSNEW index 2767e981..da17d1c4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -129,3 +129,17 @@ previously implemented but accidentally left unused). various small fixes have been made to the implementations and prototypes for nonstandard and obsolete functions + + + +next release - more bug fixes + +fixed floating point formatting and rounding bugs in printf. + +fixed broken %N$ positional argument specifiers in printf. + +fixed misaligned read/overread bug in strchr which could lead to +crashes scanning tiny strings at the end of a page when the next page +is not readable, or on archs (not yet supported) that forbid +misaligned reads. +