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 "S.Uthaiyashankar (JIRA)" <ji...@apache.org> on 2008/01/31 05:23:34 UTC

[jira] Resolved: (RAMPARTC-59) rampart_crypto_sha1 method uses sprintf to copy binary data. It should be modified.

     [ https://issues.apache.org/jira/browse/RAMPARTC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved RAMPARTC-59.
--------------------------------------

    Resolution: Fixed

fixed. 

> rampart_crypto_sha1 method uses sprintf to copy binary data. It should be modified.
> -----------------------------------------------------------------------------------
>
>                 Key: RAMPARTC-59
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-59
>             Project: Rampart/C
>          Issue Type: Bug
>          Components: Rampart-core
>    Affects Versions: 1.1.0
>         Environment: N/A
>            Reporter: S.Uthaiyashankar
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.2.0
>
>
> sprintf is used to concatenate decoded nonce and password. When nonce is having null character in the middle, it will fail. memcpy has to be used instead. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.