Wireshark-bugs: [Wireshark-bugs] [Bug 8382] MS-MMS dissector crash
Date: Fri, 01 Mar 2013 20:36:39 +0000

Comment # 28 on bug 8382 from
(In reply to comment #27)
> wmem_strbuf tvb_get_string(wmem_allocator, tvb, offset, length, encoding)
> wmem_strbuf tvb_get_stringz(wmem_allocator, tvb, offset, encoding)

tvb_get_string would preserve embedded nulls.
tvb_get_stringz wouldn't have to, since it stops at the first null.


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