Sample\client\issued_token segfaults.
-------------------------------------
Key: RAMPARTC-78
URL: https://issues.apache.org/jira/browse/RAMPARTC-78
Project: Rampart/C
Issue Type: Bug
Components: Trust
Affects Versions: Current
Environment: Win32
Reporter: Stan Sosnovsky
Assignee: Malinda Kaushalye Kapuruge
rampartc_trunk\samples\client\issued_token crashed with a segfault:
In function get_issues_token(), line# 286
rst_node = trust_rst_build_rst_with_issued_token_assertion(NULL, env, it);
the NULL rst pointer is passed. This causes a segfault in file 'trust\rst.c'
line# 773:
rst_node = (axiom_node_t*)trust_util_create_rst_element(env, rst->wst_ns_uri,
rst->attr_context);
when rst is dereferenced.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.