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
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.
https://travis-ci.org/PeculiarVentures/pkcs11js/builds/537766758
I can't find a reason for this Segmentation fault
The text was updated successfully, but these errors were encountered: