`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.
`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.