rampart segfaults with unavailability of "timeToLive" property
---------------------------------------------------------------
Key: AXIS2C-411
URL: http://issues.apache.org/jira/browse/AXIS2C-411
Project: Axis2-C
Issue Type: Bug
Components: rampart
Affects Versions: 0.95, Current (Nightly)
Reporter: Dinesh Premalal
Fix For: 0.96
<snippet file="rampart_out_handler.c" line="249">
ttl_str = RAMPART_ACTIONS_GET_TIME_TO_LIVE(actions, env);
ttl = atoi(RAMPART_ACTIONS_GET_TIME_TO_LIVE(actions, env));
if (ttl <= 0)
{
AXIS2_LOG_INFO(env->log, "[rampart][rampart_out_handler] Using default
timeToLive value %s",
RAMPART_TIMESTAMP_TOKEN_DEFAULT_TIME_TO_LIVE);
ttl = RAMPART_TIMESTAMP_TOKEN_DEFAULT_TIME_TO_LIVE;
}
timestamp_token = rampart_timestamp_token_create(env);
</snippet>
before creating timestamp_token rampart checks for timeToLive property, when
one need to "timestamp" without "timeToLive", rampart segfaults.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]