zsign icon indicating copy to clipboard operation
zsign copied to clipboard

[Windows OS] Segmentation Fault exception when the argument of GetCanonicalizePath function is a relative path

Open mforys opened this issue 2 years ago • 1 comments

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

mforys avatar Apr 21 '22 22:04 mforys

Hi @zhlynn. Any chance to approve the PR anytime soon?

s-glatshtein avatar May 08 '22 08:05 s-glatshtein