You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
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
The text was updated successfully, but these errors were encountered: