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 7533] mem corruption\heap corruption\div0 bugs

Date: Fri, 27 Jul 2012 09:41:29 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7533

--- Comment #2 from Bill Meier <wmeier@xxxxxxxxxxx> 2012-07-27 09:41:29 PDT ---
Created attachment 8849
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8849
Div by 0 crash in pcapng_read_packet_block()

(capture file extracted from original .7z file)

Crash is because of a zero divisor in

wblock->packet_header->ts.secs = (time_t)(ts / int_data.time_units_per_second);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.