Files
test/source/blender/blenlib
Sybren A. Stüvel 1b47d07d76 Fix T95724: boundary error in BLI_str_unescape_ex
Fix boundary error in `BLI_str_unescape_ex`. The `dst_maxncpy` parameter
indicates the maximum buffer size, not the maximum number of characters.

As these are strings, the loop has to stop one byte early to allow space
for the trailing zero byte.

Thanks @mano-wii for the patch!
2022-02-18 16:34:00 +01:00
..
2022-02-02 13:11:33 +01:00
2021-03-29 19:11:17 -06:00
2022-01-27 21:35:43 +01:00
2021-10-20 09:19:21 +11:00
2021-01-15 12:17:11 +11:00
2021-07-07 13:42:46 +10:00
2021-09-24 14:42:48 +02:00