Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Null termination of file name when max length
File names are returned unterminated in the edge case where their length is max size This is due to the fact that strncpy does terminate the destination string when the source string is greater than or equal to the specifid maximum length.
- Loading branch information