Comment # 8
on bug 10840
from Pascal Quantin
(In reply to Ivan from comment #7)
> (In reply to Pascal Quantin from comment #6)
> > hf_payload is neither of type FT_PROTOCOL not FT_NONE (it is FT_BYTES). So
> > item_length == length and the error will happen in test_length.
>
>
> Ok, i see, thanks for reply!
>
> How about corrected length value(in case of wrong) to dissect_bjnp() for
> properly "offset += payload_len; return offset;" ?
We will not even reach this line of code, so I do not understand what you are
trying to correct here. The extra code you proposed would never be triggered.
You are receiving this mail because:
- You are watching all bug changes.