On Wed Mar 26 10:35:43 2025 +0000, Zhiyi Zhang wrote:
Do you really need to check if path is NULL? I don't see tests regarding this condition. If you do, the error should probably be ERROR_INVALID_PARAMETER.
If path is NULL, the wcsncmp function will be crashed, so really need to check if path is NULL. I will add new tests for it.