Wireshark-bugs: [Wireshark-bugs] [Bug 11573] Heap-use-after-free in Flow Graph after a capture f

Date: Sun, 25 Oct 2015 22:53:24 +0000

Comment # 4 on bug 11573 from
(In reply to Pascal Quantin from comment #2)
> Instead of copying the full frame_data structure, we could keep only the
> frame number and the variables associated to the timestamp. But it would
> require reworking the set_fd_time() calls.

How about saving only the frame number and using frame_data_sequence_find() to
find a pointer to the frame_data structure?


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