Wireshark-bugs: [Wireshark-bugs] [Bug 9263] Buildbot crash output: fuzz-2013-10-10-12811.pcap
Date: Fri, 01 Nov 2013 23:25:44 +0000

Comment # 19 on bug 9263 from
I think the current change to the code is the least bad option,
i.e. it was the right thing to do. I just want the comment to be changed.
Assume a construct like

while (bytes_remaining(...) > 0) {
  use some bytes
}

In case the loop uses more bytes than are remaining, this would be an
error of some sorts while it would be valid if it uses exactly the amount
of remaining data.
That's what I wanted to clarify in the comment in tvbuff.h, nothing else.


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