Files
test2/source/blender
Campbell Barton b68b66d29e Fix buffer overflow in AVI file writing
`strcpy` could overflow the destination buffer by 768 bytes,
use FILE_MAX for the filepath buffer size.

Also include the size in the functions signature to avoid similar
errors in the future.
2023-06-19 12:32:25 +10:00
..
2023-05-15 15:14:22 +02:00
2023-06-12 08:43:10 +02:00