SpartanJ / efsw

efsw is a C++ cross-platform file system watcher and notifier.
Other
645 stars 98 forks source link

Fix precomposeFileName buffer overflow issue #171

Closed solarispika closed 9 months ago

solarispika commented 9 months ago

Ensure sufficient space for null terminator in the buffer. Otherwise, it returns empty string easily for non-ascii characters.

Reference: https://developer.apple.com/documentation/corefoundation/1542721-cfstringgetcstring?language=objc