Wireshark-bugs: [Wireshark-bugs] [Bug 10651] TShark crashes when running with PDML on a specific

Date: Sat, 01 Nov 2014 21:21:37 +0000

changed bug 10651


What Removed Added
CC   [email protected]

Comment # 4 on bug 10651 from
The root cause of the crash is an assert in tvb_get_ptr() when we try to put a
0 bytes long value for a text hf that is at the end of the TVB.
I initially thought about checking that we are not at the end of the TVB before
calling get_field_data() but in fact it makes more sense not to add at all the
value parameter, like what we already do for non text fields.


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