From c6a1872d367a8c9d1444254adf2574f8b81bbb26 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 4 Mar 2015 14:08:09 +0100 Subject: [PATCH 2/2] ipa: make sure extdom expo data is available --- src/providers/ipa/ipa_s2n_exop.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/providers/ipa/ipa_s2n_exop.c b/src/providers/ipa/ipa_s2n_exop.c index d5e94806115df8fc6c6fcb9af9782f51119ba7f0..d3502443c59b96fa854fff199833cf1239a8955e 100644 --- a/src/providers/ipa/ipa_s2n_exop.c +++ b/src/providers/ipa/ipa_s2n_exop.c @@ -165,6 +165,11 @@ static void ipa_s2n_exop_done(struct sdap_op *op, ret = ERR_NETWORK_IO; goto done; } + if (retdata == NULL) { + DEBUG(SSSDBG_CRIT_FAILURE, "Missing exop result data.\n"); + ret = EINVAL; + goto done; + } state->retoid = talloc_strdup(state, retoid); if (state->retoid == NULL) { -- 2.1.0