Files
test2/source/blender/editors
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-12-02 14:56:12 +11:00
2023-12-02 20:08:01 +01:00
2023-12-02 20:08:01 +01:00
2023-12-01 10:14:14 +01:00