Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8397] Buildbot crash output: fuzz-2013-02-25-24476.pcap

Date: Mon, 25 Feb 2013 16:16:17 +0000

changed bug 8397

What Removed Added
See Also   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8365

Comment # 1 on bug 8397 from
Here's what I get with svn r47872 on Windows 7 64:

10:53:47          Warn Dissector bug, protocol GSMTAP, in packet 423:
STATUS_ACCESS_VIOLATION: dissector accessed an invalid memory address

This looks to be a result of r47792.  In packet 423:

497:        sub_type = tvb_get_guint8(tvb, offset + 12);
sub_type = 196

603:                rrc_sub_handle = sub_type;
rrc_sub_handle = 196

716:                call_dissector(rrc_sub_handles[rrc_sub_handle],
payload_tvb,
717:                               pinfo, tree);

sub_handles[rrc_sub_handle] out of bounds!


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