zsign
zsign copied to clipboard
[Windows OS] Segmentation Fault exception when the argument of GetCanonicalizePath function is a relative path
On Windows OS if we use zSign with relative/local paths instead of global ones there is a Segmentation Fault exception in function
string GetCanonicalizePath(const char *szPath)
exactly in
if (NULL != _fullpath((char *)"./", path, PATH_BUFFER_LENGTH))
It seems this bug is resolved by #250
Hi @zhlynn. Any chance to approve the PR anytime soon?