Files
test/source/blender/blenlib
Campbell Barton cc9678b5fe Fix BLI_strncpy_utf8 over-read for code points containing a null byte
BLI_strncpy_utf8 didn't check for null bytes within bytes stepped
over by the variable length UTF8 encoding.

While a valid UTF8 string wont include these, it's possible Latin1
encoding or a truncated string includes such characters.

In this case, the entire string is copied as it's not the purpose of
this function to correct or strip invalid/truncated encoding,
only to prevent it from happening in the first place.
2023-05-11 11:44:38 +10:00
..
2022-12-29 12:01:32 -05:00
2022-11-08 15:50:49 +01:00
2022-11-12 18:33:31 +01:00
2023-05-09 13:19:16 +02:00
2023-03-09 18:15:22 +01:00
2023-03-09 10:39:49 +11:00
2023-05-09 13:19:16 +02:00
2023-03-27 12:08:14 +11:00
2023-01-31 15:49:04 +11:00