[krbdev.mit.edu #7329] SVN Commit
Benjamin Kaduk via RT
rt at krbdev.mit.edu
Wed Aug 29 16:34:53 EDT 2012
Avoid a crash when attempting to change password
In some cases we could keep stack garbage in a local pointer
variable until the cleanup at the end of the function wherein
krb5_free_context() would choke on the invalid non-NULL value.
Initialize to zero to avoid the issue (should be written as NULL
but stick to the prevailing style).
https://github.com/krb5/krb5/commit/023aac4a5d682ffeacc5121deaa771e08a5c9013
Author: Benjamin Kaduk <kaduk at mit.edu>
Committer: Ben Kaduk <kaduk at mit.edu>
Commit: 023aac4a5d682ffeacc5121deaa771e08a5c9013
Branch: master
src/windows/leash/LeashView.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the kfwdev
mailing list