OpenSolaris

Printable Version Enter a New Search
Bug ID 6667273
Synopsis OpenSSL engine should not use free() but OPENSSL_free()
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_93
Fixed In snv_93
Release Fixed solaris_nevada(snv_93) , solaris_10u7(s10u7_01) (Bug ID:2165118)
Related Bugs
Submit Date 25-February-2008
Last Update Date 3-July-2008
Description
this comment was entered as a reaction to the blog entry on engine patch for 0.9.8g:

>In hw_pk11.c at the end of pk11_choose_slot() the free(pSlotList)
>should be OPENSSL_free(pSlotList) !

and it is true:

  2057          if (pSlotList)
  2058                  free(pSlotList);
  2059
Work Around
N/A
Comments
N/A