Skip to content

Fix use after free with RemoveCaWithoutCRL in SOPC_PKIProvider_CreateFromList

Robin Barrucand requested to merge rba_fix_after_free into master
  • If the list has become empty after deleting CA that don't exactly have one CRL, the list head of list has not been set to NULL and a "use after free" may occur.
  • No longer delete CAs with more than one CRL.
Edited by Robin Barrucand

Merge request reports