Wireshark-commits: [Wireshark-commits] rev 54203: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 17 Dec 2013 22:38:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54203

User: eapache
Date: 2013/12/17 10:38 PM

Log:
 Fix what appears to be a misuse of pointers in the LLDP dissector as caught by
 Alexis's ASAN fuzzing. Pass the address of a guid on the stack, not the address
 of a pointer to a guid which doesn't actually point to anything...

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +7 -7      packet-lldp.c    Modified