You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-c-dev@ws.apache.org by "Supun Kamburugamuva (JIRA)" <ji...@apache.org> on 2008/03/07 06:20:58 UTC

[jira] Commented: (RAMPARTC-78) Sample\client\issued_token segfaults.

    [ https://issues.apache.org/jira/browse/RAMPARTC-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576040#action_12576040 ] 

Supun Kamburugamuva commented on RAMPARTC-78:
---------------------------------------------

Fixed it.

> 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.