Ben Craig created THRIFT-2026:
---------------------------------

             Summary: Fix TCompactProtocol 64 bit builds
                 Key: THRIFT-2026
                 URL: https://issues.apache.org/jira/browse/THRIFT-2026
             Project: Thrift
          Issue Type: Bug
          Components: C++ - Library
    Affects Versions: 0.9
         Environment: Mac 64, Win 64, Linux 64
            Reporter: Ben Craig
             Fix For: 1.0
         Attachments: compact_int_stuff.patch

TCompactProtocol has several places where it truncates a size_t to a 32-bit 
value.

TCompactProtocol also does bitwise operations on signed values, which has 
undefined behavior.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to