Skip Menu |
 

From: kaduk@MIT.EDU
Subject: SVN Commit

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@mit.edu>
Committer: Ben Kaduk <kaduk@mit.edu>
Commit: 023aac4a5d682ffeacc5121deaa771e08a5c9013
Branch: master
src/windows/leash/LeashView.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

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).

(cherry picked from commit 023aac4a5d682ffeacc5121deaa771e08a5c9013)

https://github.com/krb5/krb5/commit/4499a906d603b834820f2343c40539d6a8ad26c3
Author: Benjamin Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 4499a906d603b834820f2343c40539d6a8ad26c3
Branch: krb5-1.10
src/windows/leash/LeashView.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)