mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-22 06:02:03 +03:00
release notes for next bugfix release
This commit is contained in:
parent
16675df793
commit
25ce7621e0
14
WHATSNEW
14
WHATSNEW
@ -129,3 +129,17 @@ previously implemented but accidentally left unused).
|
|||||||
|
|
||||||
various small fixes have been made to the implementations and
|
various small fixes have been made to the implementations and
|
||||||
prototypes for nonstandard and obsolete functions
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user