Campbell Barton
b9bf639ba4
BLI_string: remove BLI_strcpy_rlen
...
Avoid BLI_strcpy_rlen use as this has the same problems as strcpy
(it just returned the length which is useful at times).
Use memcpy instead when the size is calculated immediately beforehand.
Other uses of have been replaced by BLI_string_join_array that prevents
buffer overruns by taking the destination buffer length.
2023-06-24 18:49:29 +10:00
..
2023-06-03 08:54:37 +10:00
2023-06-09 15:19:41 +02:00
2023-06-13 14:51:49 -04:00
2023-06-03 08:54:37 +10:00
2023-06-23 20:13:21 +02:00
2023-06-05 10:57:34 +10:00
2023-06-09 11:29:15 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-08 15:46:53 +02:00
2023-06-03 08:54:37 +10:00
2023-06-21 16:49:18 +02:00
2023-06-24 18:49:29 +10:00
2023-05-31 16:19:06 +02:00
2023-06-03 08:54:37 +10:00
2023-06-03 08:54:37 +10:00
2023-06-03 08:54:37 +10:00
2023-06-05 10:57:34 +10:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-23 15:55:42 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-08 15:46:53 +02:00
2023-06-03 08:54:37 +10:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-05-31 16:19:06 +02:00
2023-06-08 15:46:53 +02:00
2023-06-05 13:54:49 +02:00