OpenSolaris

Printable Version Enter a New Search
Bug ID 6731380
Synopsis return codes of several functions are not checked in the PKCS#11 engine code
State 10-Fix Delivered (Fix available in build)
Category:Subcategory solaris-crypto:openssl
Keywords rtiq_reviewed
Responsible Engineer Vladimir Kotal
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_100
Fixed In snv_100
Release Fixed solaris_nevada(snv_100)
Related Bugs 6710420
Submit Date 30-July-2008
Last Update Date 8-October-2008
Description
there are some non-void functions that are not checked, namely pk11_digest_final() and pk11_library_init(). There are probably more of them.

we should carefully go through the engine code and fix all of them. As already experienced, not fixing them might cover other underlying bugs, especially in the engine itself.
Work Around
N/A
Comments
N/A