Project

General

Profile

Actions

Bug #1252

open

What is the proper Parsing Algorithm?

Added by Lafage Vincent over 13 years ago.

Status:
Assigned
Priority:
Low
Assigned To:
Target version:
-
Start date:
09/15/2010
Due date:
% Done:

0%

Estimated time:

Description

2010-09-15T01:02:01+0200In
bool FrtCrtConfig::ScanFromResult(std::istream& stream, ui32& key)

the following code block lead to rejection of a seemingly well formed result file:

    // If event padder, read dataKey
    if ( payLoadLength % 2 == 1 ) {
      result = ReadNextValue(dataKey, stream);
      if ( ! result ) return false;
    }

payLoadLength was 75=0000000x4b
instead of 0x00000032 for a good case

No data to display

Actions

Also available in: Atom PDF