Chris Maynard
changed
bug 9263
What |
Removed |
Added |
Attachment #11777 Flags |
|
review_for_checkin?
|
Comment # 7
on bug 9263
from Chris Maynard
Created attachment 11777 [details]
Change the error return value of tvb_[reported_]length_remaining() from -1 to
0.
This patch changes the error return value of both tvb_length_remaining() and
tvb_reported_length_remaining() from -1 to 0. If this patch is applied, then
in theory it obviates the need for the 1st patch; however, maybe we should
apply both of them anyway, just in case this change (-1 -> 0) is ever reverted
for some reason in the future? I'll probably commit both unless someone thinks
this 2nd patch is sufficient. Either/both are suitable for back-porting to
both the 1.8 and 1.10 trunks.
You are receiving this mail because:
- You are watching all bug changes.