You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "andrzej k. (JIRA)" <ji...@apache.org> on 2011/01/11 22:40:46 UTC

[jira] Created: (AMQCPP-344) incorrect validation of IP addresses

incorrect validation of IP addresses
------------------------------------

                 Key: AMQCPP-344
                 URL: https://issues.apache.org/jira/browse/AMQCPP-344
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Decaf
    Affects Versions: 3.0.1
         Environment: any
            Reporter: andrzej k.
            Assignee: Timothy Bish


in file URIHelper.cpp, in function URIHelper::isValidIPv4Address, member function substr of std::string is used incorrectly. It is fed with two indexes, whereas it should be fed with an index and length. As a consequence valid IP addresses do not pass the validation.

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


[jira] Closed: (AMQCPP-344) incorrect validation of IP addresses

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

Timothy Bish closed AMQCPP-344.
-------------------------------

    Resolution: Duplicate

This issue was already address in previous releases, the current release is 3.2.4.

> incorrect validation of IP addresses
> ------------------------------------
>
>                 Key: AMQCPP-344
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-344
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Decaf
>    Affects Versions: 3.0.1
>         Environment: any
>            Reporter: andrzej k.
>            Assignee: Timothy Bish
>
> in file URIHelper.cpp, in function URIHelper::isValidIPv4Address, member function substr of std::string is used incorrectly. It is fed with two indexes, whereas it should be fed with an index and length. As a consequence valid IP addresses do not pass the validation.

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