alonbl / gnupg-pkcs11-scd

PKCS#11 GnuPG SCD
http://gnupg-pkcs11.sourceforge.net/
Other
68 stars 17 forks source link

Fix bug where NULL data could be free'd #49

Closed rkeene closed 1 year ago

rkeene commented 1 year ago

This change fixes calls to free() on data that may be NULL if malloc() were to fail.