Comment # 6
on bug 9027
from Evan Huus
(In reply to comment #5)
> Quite interesting, what is NULL?
** (process:22656): WARNING **: Dissector bug, protocol TCP, in packet 225:
tvbuff.c:134: failed assertion "child"
> old_tvb_data can't be because we check it line above,
> tvb? Quite not possible...
So old_tvb_data is NULL somehow. I don't see the check you refer to - did you
mean fd_i->tvb_data? Replacing the line with "tvb_add_to_chain(tvb,
fd_i->tvb_data)" does not solve the use-after-free error.
You are receiving this mail because:
- You are watching all bug changes.