Comment # 6
on bug 10582
from Bill Meier
(In reply to Bill Meier from comment #5)
>
> The attached capture exposes one such case which causes a loop of function
> calls which eventually exhausts the stack.
>
The AMQP dissector is seeing a large value in the capture file for what it
thinks should be a field specifying the number of elements in an array.
So: Once the dissector is fixed to not crash, the question will then become:
Is this a valid AMQP PDU (which is being dissected incorrectly) ?
(Given the file name, I expect that the capture really contains an AMQP PDU
(and not something else which happened to use the AMQP TCP port)).
If so, some questions:
1. What version of AMQP is being used ?
2. What software (client/broker, etc) is being used which resulted in the
captured packet ?
3. ...
You are receiving this mail because:
- You are watching all bug changes.