ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9263] Buildbot crash output: fuzz-2013-10-10-12811.pcap

Date: Thu, 31 Oct 2013 21:32:35 +0000

Comment # 17 on bug 9263 from
While I'm not happy with the change in general I find the existing solution
even worse. What I am unhappy with the the text in tvbuff.h, as it implies that
a return value of 0 indicates an access outside the valid range of the buffer.

Proposed text:


/** Computes bytes to end of buffer, from offset (which can be negative,
 * to indicate bytes from end of buffer). Function returns 0 if offset is
 * either at the end of the buffer or out of bounds. No exception is thrown. */


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