Wireshark-commits: [Wireshark-commits] rev 34597: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_dump

Date: Thu, 21 Oct 2010 00:37:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34597

User: morriss
Date: 2010/10/20 05:37 PM

Log:
 From Holger Freyther via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5320 :
 
 Doing a Dumper:close() and then forcing the dumper to be garbage collected will
 cause a segfault.
 
 The code attempts to handle the GC that could follow but fails to do it
 properly. Assigning Dumper dp = NULL will only have an affect within the scope
 of this method... Assumingly this should be a *dp = NULL.

Directory: /trunk/epan/wslua/
  Changes    Path              Action
  +1 -1      wslua_dumper.c    Modified