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