Fixed text functions fast-path for handling "%s" and "%.*s" to handle null pointers gracefully. (#7016, #3466, #6846)

This commit is contained in:
ocornut
2023-11-16 00:00:26 +01:00
parent 3d083dbe1a
commit 7bb0a525c3
2 changed files with 11 additions and 0 deletions

View File

@ -44,6 +44,10 @@ Breaking changes:
Other changes:
- Misc: Fixed text functions fast-path for handling "%s" and "%.*s" to handle null pointers gracefully,
like most printf implementations. (#7016, #3466, #6846) [@codefrog2002]
-----------------------------------------------------------------------
VERSION 1.90.0 (Released 2023-11-15)
-----------------------------------------------------------------------