X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=WHATSNEW;h=da17d1c405cce4da4eb86171911c5b0ce42ceb1f;hp=2767e981f33dc7983d9145e9a463dc275cdf7a8b;hb=25ce7621e0cbbbc7d31f016f0840a07b12e68912;hpb=bd1f6eba8ca41994e7b7aefbe1513bd1b24f1279 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. +