Wireshark-bugs: [Wireshark-bugs] [Bug 8787] 9P dissector - compute fids on first visit

Date: Thu, 13 Jun 2013 06:10:50 +0000

changed bug 8787

What Removed Added
Attachment #10960 is obsolete   1

Comment # 9 on bug 8787 from
Created attachment 10975 [details]
patch build fids on first pass v2

firstpass condition properly inverted
use of emem_strbuf_t instead of g_malloc'd strings to build temporary path -
other g_mallocs are (I believe) properly inserted into the hashtable and freed
on next routine init function call. (Unless there's an error on hashtable
insertion, I'm afraid there are a few return checks I slacked on)

Note that tvb_get_string also do g_malloc the returned string, but it should
always be freed before the next call to tvb_get_something already.
(And thanks again!)


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