]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix libkadm5 parameter leak
authorAndreas Schneider <asn@cryptomilk.org>
Fri, 11 Oct 2024 09:38:03 +0000 (11:38 +0200)
committerGreg Hudson <ghudson@mit.edu>
Fri, 18 Oct 2024 19:35:57 +0000 (15:35 -0400)
commitf14651a9fe94aca2bc2569848d931e4ba7a318a7
treef0b13ddd88b43de3324dfa9fc52a72b1d3350166
parent871125fea8ce0370a972bf65f7d1de63f619b06c
Fix libkadm5 parameter leak

Commit aa91cb5dbbd4356c7a9069f4f52a10f70d91bc00 added kadmind_listen,
kpasswd_listen, and iprop_listen fields to kadm5_config_params, but
did not add them to the fields freed in kadm5_free_config_params().
Add them now.

[ghudson@mit.edu: rewrote commit message]
src/lib/kadm5/alt_prof.c