Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2439

Bug in TProtocolDecorator Class causes parsing errors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.2
    • 0.9.2
    • PHP - Library
    • None
    • Patch Available

    Description

      TProtocolClassDecorator's readMapBegins calls a wrong method causing parsing errors:

          public function readMapBegin(&$keyType, &$valType, &$size)
          {
              $this->concreteProtocol_->readFieldEnd($keyType, $valType, $size);
          }
      

      Attachments

        1. thrift-2439.patch
          0.6 kB
          Gianluca Bargelli

        Activity

          People

            jensg Jens Geyer
            proudlygeek Gianluca Bargelli
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: