Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix krb5int_open_plugin_dirs() error handling

In krb5int_open_plugin_dirs(), if constructing filepath fails,
filepath is set to null but accessed a few lines later. Add an error
check before calling krb5int_open_plugin().

https://github.com/krb5/krb5/commit/ec56309e95e37cb3c91bad2a696b9bd094620876
Author: Martin Kittel <martin.kittel@sap.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: ec56309e95e37cb3c91bad2a696b9bd094620876
Branch: master
src/util/support/plugins.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix krb5int_open_plugin_dirs() error handling

In krb5int_open_plugin_dirs(), if constructing filepath fails,
filepath is set to null but accessed a few lines later. Add an error
check before calling krb5int_open_plugin().

(cherry picked from commit ec56309e95e37cb3c91bad2a696b9bd094620876)

https://github.com/krb5/krb5/commit/5293591d56d47e4345c958acaa68f095e0919d76
Author: Martin Kittel <martin.kittel@sap.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 5293591d56d47e4345c958acaa68f095e0919d76
Branch: krb5-1.14
src/util/support/plugins.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix krb5int_open_plugin_dirs() error handling

In krb5int_open_plugin_dirs(), if constructing filepath fails,
filepath is set to null but accessed a few lines later. Add an error
check before calling krb5int_open_plugin().

(cherry picked from commit ec56309e95e37cb3c91bad2a696b9bd094620876)

https://github.com/krb5/krb5/commit/ae9e99e9a3d41442128bdcb3b86fb3677db7c2d1
Author: Martin Kittel <martin.kittel@sap.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: ae9e99e9a3d41442128bdcb3b86fb3677db7c2d1
Branch: krb5-1.15
src/util/support/plugins.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)