Wireshark-commits: [Wireshark-commits] rev 48552: /trunk/wiretap/ /trunk/wiretap/: ascendtext.c fil

Date: Mon, 25 Mar 2013 22:04:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48552

User: eapache
Date: 2013/03/25 03:04 PM

Log:
 Wiretap file open routines should not free wth->priv on error, since that
 leads to a double-free in wtap_close. Fix all the instances I found via
 manual code review, and add a brief comment to the list of open routines in
 file_access.c
 
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8518

Directory: /trunk/wiretap/
  Changes    Path             Action
  +0 -1      ascendtext.c     Modified
  +8 -0      file_access.c    Modified
  +0 -10     lanalyzer.c      Modified
  +0 -9      libpcap.c        Modified
  +0 -5      netmon.c         Modified
  +0 -7      nettl.c          Modified
  +0 -1      netxray.c        Modified