You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2011/02/01 17:38:29 UTC

[jira] Created: (QPID-3030) C++ buffer encoding allows overflow on write.

C++ buffer encoding allows overflow on write.
---------------------------------------------

                 Key: QPID-3030
                 URL: https://issues.apache.org/jira/browse/QPID-3030
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker, C++ Client
    Affects Versions: 0.9
         Environment: Linux
            Reporter: Ken Giusti
            Assignee: Ken Giusti
         Attachments: console.cpp

The framing Buffer::put{Short,Medium,Long}String() or Buffer::putRawData() do not validate the length of the written data, and may allow overflow of the buffer.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-3030) C++ buffer encoding allows overflow on write.

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

Ken Giusti resolved QPID-3030.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9

> C++ buffer encoding allows overflow on write.
> ---------------------------------------------
>
>                 Key: QPID-3030
>                 URL: https://issues.apache.org/jira/browse/QPID-3030
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client
>    Affects Versions: 0.9
>         Environment: Linux
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>             Fix For: 0.9
>
>         Attachments: console.cpp
>
>
> The framing Buffer::put{Short,Medium,Long}String() or Buffer::putRawData() do not validate the length of the written data, and may allow overflow of the buffer.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org