Fix what appears to be a misuse of pointers in the LLDP dissector as caught by
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 17 Dec 2013 22:38:40 +0000 (22:38 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 17 Dec 2013 22:38:40 +0000 (22:38 +0000)
commitfff970dda1ff414327c7ab1e4ac28ee27064bdef
tree4447750b72dccdbec94744b7f659a116d45c7bc6
parent08227ae048d744bae75e42d75821efd02db121c8
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...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54203 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-lldp.c