You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Created) (JIRA)" <ji...@apache.org> on 2011/12/15 21:15:32 UTC

[jira] [Created] (THRIFT-1467) Possible AV with empty strings when using JSON transport

Possible AV with empty strings when using JSON transport
--------------------------------------------------------

                 Key: THRIFT-1467
                 URL: https://issues.apache.org/jira/browse/THRIFT-1467
             Project: Thrift
          Issue Type: Bug
          Components: Delphi - Library
    Affects Versions: 0.8, 0.9
            Reporter: Jens Geyer
             Fix For: 0.9, 0.8


With Delphi 2010, an exception is raised when an empty string is being read from JSON. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (THRIFT-1467) Possible AV with empty strings when using JSON protocol

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170561#comment-13170561 ] 

Hudson commented on THRIFT-1467:
--------------------------------

Integrated in Thrift #369 (See [https://builds.apache.org/job/Thrift/369/])
    Thrift-1467:Possible AV with empty strings when using JSON protocol
Client:delphi
Patch: Jens Geyer

Fixes exception raised on empty json strings.

                
> Possible AV with empty strings when using JSON protocol
> -------------------------------------------------------
>
>                 Key: THRIFT-1467
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1467
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Library
>    Affects Versions: 0.8, 0.9
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>             Fix For: 0.9
>
>         Attachments: THRIFT-1467_Possible_AV_with_empty_strings_when_using_JSON_transport.patch
>
>
> With Delphi 2010, an exception is raised when an empty string is being read from JSON. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (THRIFT-1467) Possible AV with empty strings when using JSON transport

Posted by "Jens Geyer (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-1467:
-------------------------------

    Attachment: THRIFT-1467_Possible_AV_with_empty_strings_when_using_JSON_transport.patch

Patch suitable for 0.8.0 and trunk.
                
> Possible AV with empty strings when using JSON transport
> --------------------------------------------------------
>
>                 Key: THRIFT-1467
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1467
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Library
>    Affects Versions: 0.8, 0.9
>            Reporter: Jens Geyer
>             Fix For: 0.8, 0.9
>
>         Attachments: THRIFT-1467_Possible_AV_with_empty_strings_when_using_JSON_transport.patch
>
>
> With Delphi 2010, an exception is raised when an empty string is being read from JSON. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (THRIFT-1467) Possible AV with empty strings when using JSON protocol

Posted by "Jake Farrell (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed THRIFT-1467.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.8)
         Assignee: Jens Geyer

Committed
                
> Possible AV with empty strings when using JSON protocol
> -------------------------------------------------------
>
>                 Key: THRIFT-1467
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1467
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Library
>    Affects Versions: 0.8, 0.9
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>             Fix For: 0.9
>
>         Attachments: THRIFT-1467_Possible_AV_with_empty_strings_when_using_JSON_transport.patch
>
>
> With Delphi 2010, an exception is raised when an empty string is being read from JSON. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (THRIFT-1467) Possible AV with empty strings when using JSON protocol

Posted by "Jens Geyer (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-1467:
-------------------------------

    Summary: Possible AV with empty strings when using JSON protocol  (was: Possible AV with empty strings when using JSON transport)
    
> Possible AV with empty strings when using JSON protocol
> -------------------------------------------------------
>
>                 Key: THRIFT-1467
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1467
>             Project: Thrift
>          Issue Type: Bug
>          Components: Delphi - Library
>    Affects Versions: 0.8, 0.9
>            Reporter: Jens Geyer
>             Fix For: 0.8, 0.9
>
>         Attachments: THRIFT-1467_Possible_AV_with_empty_strings_when_using_JSON_transport.patch
>
>
> With Delphi 2010, an exception is raised when an empty string is being read from JSON. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira