Wireshark-bugs: [Wireshark-bugs] [Bug 6217] Wireshark crashes if "Update list of packets in real

Date: Sun, 05 Apr 2015 18:34:25 +0000

Comment # 4 on bug 6217 from
To reproduce this, at least one packet needs to have been captured.

The problem is that, once that happens, cf->frames is null but cf->count is
non-zero; rescan_frames() implicitly assumes this will never be the case, as
its loop uses cf->count's value as the loop end condition and uses cf->frames.


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