Wireshark-bugs: [Wireshark-bugs] [Bug 11134] CORBA dissectors show malformed packet errors for v
Date: Wed, 22 Apr 2015 01:05:48 +0000

Comment # 9 on bug 11134 from
(In reply to Guy Harris from comment #8)
> *even if that means it includes zero bytes*, with *no* exception
> thrown and no error reported if the tvbuff has no remaining data in it.

...so that if the tvbuff covers the half-open interval [start, start+len),
where "len" could be 0, an exception would only be thrown if offset < start or
offset > start+len, *not* if offset = start and len happens to be 0.


You are receiving this mail because:
  • You are watching all bug changes.