Comment # 17
on bug 9263
from Jörg Mayer
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.