You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Michal Bystrianin (JIRA)" <ji...@apache.org> on 2011/05/29 00:46:47 UTC

[jira] [Created] (SANTUARIO-275) Function isHexDigit (file XSECDOMUtils.cpp) doesn't recognize invalid escape sequences.

Function isHexDigit (file XSECDOMUtils.cpp) doesn't recognize invalid escape sequences.
---------------------------------------------------------------------------------------

                 Key: SANTUARIO-275
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-275
             Project: Santuario
          Issue Type: Bug
          Components: C++
    Affects Versions: C++ 1.6.0
         Environment: any
            Reporter: Michal Bystrianin
            Assignee: Scott Cantor
            Priority: Minor


Due to wrong test:

    toCheck <= chLatin_Z

function isHexDigit (in file XSECDOMUtils.cpp) doesn't
recognize invalid hex escape sequences, such as "%1K".
Similarly should be corrected function xlatHexDigit.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (SANTUARIO-275) Function isHexDigit (file XSECDOMUtils.cpp) doesn't recognize invalid escape sequences.

Posted by "Scott Cantor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor resolved SANTUARIO-275.
------------------------------------

       Resolution: Fixed
    Fix Version/s: C++ 1.6.1

http://svn.apache.org/viewvc?view=revision&revision=1128793

> Function isHexDigit (file XSECDOMUtils.cpp) doesn't recognize invalid escape sequences.
> ---------------------------------------------------------------------------------------
>
>                 Key: SANTUARIO-275
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-275
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.6.0
>         Environment: any
>            Reporter: Michal Bystrianin
>            Assignee: Scott Cantor
>            Priority: Minor
>             Fix For: C++ 1.6.1
>
>
> Due to wrong test:
>     toCheck <= chLatin_Z
> function isHexDigit (in file XSECDOMUtils.cpp) doesn't
> recognize invalid hex escape sequences, such as "%1K".
> Similarly should be corrected function xlatHexDigit.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira