http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42068
User: guy
Date: 2012/04/14 10:31 AM
Log:
Backported from the trunk:
------------------------------------------------------------------------
r42067 | guy | 2012-04-14 10:20:22 -0700 (Sat, 14 Apr 2012) | 4 lines
More double-free fixes - destroy_k12_file_data() frees its argument, so
calling g_free() on that argument after calling destroy_k12_file_data()
is always an error.
------------------------------------------------------------------------
r42062 | etxrab | 2012-04-14 00:53:22 -0700 (Sat, 14 Apr 2012) | 1 line
From From Evan Huus: Potential double-free while importing k12xx *.rf5
files https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7084
------------------------------------------------------------------------
Directory: /trunk-1.6/wiretap/
Changes Path Action
+0 -4 k12.c Modified