Wireshark-commits: [Wireshark-commits] rev 36404: /trunk/epan/ /trunk/epan/: filesystem.c

Date: Tue, 29 Mar 2011 21:39:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36404

User: morriss
Date: 2011/03/29 02:39 PM

Log:
 Don't put a 65536 byte variable on the stack: instead, malloc/free it.
 
 Coverity 760-761.

Directory: /trunk/epan/
  Changes    Path            Action
  +19 -15    filesystem.c    Modified