Files
test/source/blender/blenkernel/intern
Campbell Barton 86f1fd5d8b BLI_idprop: simplify string creation logic, support unterminated strings
- Support passing in unterminated C-strings when clamped by the size
  argument.
- Pair string and it's size arguments together in IDP_NewStringMaxSize.
- Remove redundant size check which made it seem as if the string
  might not be null terminated.
- Replace clamping the result of strlen(..) with BLI_strnlen,
  to avoid calculating the length past the size checked.
- Add doc-string for unclamped string creation.
2023-12-05 17:11:03 +11:00
..
2023-11-14 09:30:40 +01:00
2023-11-20 14:19:16 +01:00
2023-07-04 17:03:02 +02:00
2023-12-02 11:07:25 -08:00
2023-12-04 20:37:11 +01:00
2023-11-28 15:19:20 +11:00
2023-11-14 09:30:40 +01:00