Files
wxWidgets/tests/strings
dxbjavid a3ad8e3360 Fix buffer overflow in wxVsnprintf() when size==0
Don't write NUL byte to "buf[size - 1]" when size is 0.

This bug was present in both implementations of wxVsnprintf(), so fix it
in both places too.

Closes #26522.
2026-05-31 15:41:46 +02:00
..