[zeromq-dev] ZMQ 2.1.3 w/OpenPGM Assertion on pgm_rate_check2()

Steven McCoy steven.mccoy at miru.hk
Tue Mar 22 15:02:12 CET 2011


On 22 March 2011 21:20, Bob Beaty <drbobbeaty at gmail.com> wrote:

> Steve-O,
>  I received this assertion this morning: https://gist.github.com/881176and it's pointing to the fact that data_size == 0, and that seems to be
> causing the assertion failure. My question is this: How could this happen?
>

Ooh, the packets are so small it causes tpdu_length to be less than the IP
header length causing the pre-adjustment to the length passed to
pgm_rate_check2
to fail because it takes an unsigned length.

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110322/c6705de2/attachment.htm>


More information about the zeromq-dev mailing list