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

Disable Signing test for Linux OS #47

Closed
microshine opened this issue May 27, 2019 · 1 comment · Fixed by #104
Closed

Disable Signing test for Linux OS #47

microshine opened this issue May 27, 2019 · 1 comment · Fixed by #104
Labels

Comments

@microshine
Copy link
Contributor

https://travis-ci.org/PeculiarVentures/pkcs11js/builds/537766758

I can't find a reason for this Segmentation fault

@microshine
Copy link
Contributor Author

It seems the issue might have been related to how the C_GetAttributeValue method was called. In certain instances, the CK_ATTRIBUTE could be sent with null not strictly set for pValue and ulValueLen set to 0. This scenario could have led to the Segmentation fault observed. I encountered a similar problem while transitioning code from NAN to NAPI. The new version of the module should address and rectify this issue.

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

Successfully merging a pull request may close this issue.

1 participant