Ticket #23 (closed defect: wontfix)

NB! Read about ReportingBugs before filing a ticket!

Opened 7 years ago

Last modified 6 years ago

pkcs11 C_UnloadModule / libp11: unload twice causes segfault

Reported by: aj Owned by: devel
Priority: normal Milestone:
Component: pkcs11 Version: devel
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

the normal ctx life should be PKCS11_CTX_new PKCS11_CTX_load ... PKCS11_CTX_unload PKCS11_CTX_free

but till now CTX_free did a CTX_unload and the privous unload had zero'ed some structure and now we get a segfault.

Change History

comment:1 Changed 6 years ago by martin

  • Status changed from new to closed
  • Resolution set to wontfix
Note: See TracTickets for help on using tickets.