Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41610: /trunk/wiretap/ /trunk/wiretap/: wtap.c

Date: Fri, 16 Mar 2012 14:07:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41610

User: morriss
Date: 2012/03/16 07:07 AM

Log:
 When we're in a for(i=0,[...]) loop, don't reuse (and thus reset) 'i' in another for(i=0,[...]) loop.  This fixes the capinfos double-free crashes that the fuzz bot has been experiencing.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +3 -3      wtap.c        Modified