#6619 krb5 1.15 broke DAL principal free
Closed: Fixed None Opened 7 years ago by simo.

In krb5 1.15 the principal free function was removed, and we patched our DAL layer to remove it too, however this caused the e_data part of the db entry to be freed in a different way.

This means we are leakign memory when 1.15 is used as it frees the e_data structure but not its members.

Upstream will add a function in the DAL in the next 1.15 version and we MUST require that in the next release.


master:

  • 593ea7d ipa-kdb: support KDB DAL version 6.1

Metadata Update from @simo:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA 4.5

7 years ago

Login to comment on this ticket.

Metadata