Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix leak in key change operations

In preserve_one_old_key(), if the initial decryption in the current
master key succeeds, free the decrypted keyblock contents before
exiting.

https://github.com/krb5/krb5/commit/19ad1a36f0c133725981edf3dde8fe078a8285b1
Author: Greg Hudson <ghudson@mit.edu>
Commit: 19ad1a36f0c133725981edf3dde8fe078a8285b1
Branch: master
src/lib/kdb/kdb_cpw.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Pullup not needed because this fixes a bug introduced after the 1.14 branch.