Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mforys opened this issue Apr 21, 2022 · 1 comment

Comments

@mforys
Copy link

mforys commented Apr 21, 2022

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

@s-glatshtein
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants