|
@@ -772,6 +772,11 @@ static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace,
|
|
if (node) {
|
|
if (node) {
|
|
char *type;
|
|
char *type;
|
|
type = xml_node_get_text(ctx->xml, node);
|
|
type = xml_node_get_text(ctx->xml, node);
|
|
|
|
+ if (type == NULL) {
|
|
|
|
+ wpa_printf(MSG_INFO, "Could not find type text");
|
|
|
|
+ os_free(locuri);
|
|
|
|
+ return DM_RESP_BAD_REQUEST;
|
|
|
|
+ }
|
|
use_tnds = node &&
|
|
use_tnds = node &&
|
|
os_strstr(type, "application/vnd.syncml.dmtnds+xml");
|
|
os_strstr(type, "application/vnd.syncml.dmtnds+xml");
|
|
}
|
|
}
|