http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35406
User: morriss
Date: 2011/01/06 01:08 PM
Log:
Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5550 :
In dissect_amqp_0_10_array() if the 'type' is unknown, don't loop (for
potentially a very long time) adding the same element over and over again
(since the type is unknown, we don't know how much to increase the offset so
an exception is never thrown).
Directory: /trunk/epan/dissectors/
Changes Path Action
+103 -105 packet-amqp.c Modified