]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix krb5int_open_plugin_dirs() error handling
authorMartin Kittel <martin.kittel@sap.com>
Wed, 15 Mar 2017 16:21:28 +0000 (17:21 +0100)
committerGreg Hudson <ghudson@mit.edu>
Wed, 29 Mar 2017 16:49:17 +0000 (12:49 -0400)
commitec56309e95e37cb3c91bad2a696b9bd094620876
treeaddc0aa068a600fe09c3e613f6526108ceb2f3e2
parenta1a9e428b4971c2c8a5520e6c5f28deef3f94228
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().

ticket: 8565 (new)
target_version: 1.15-next
target_version: 1.14-next
tags: pullup
src/util/support/plugins.c