> You decrement/increment n_left_to_next/to_next twice in one iteration of
> the loop, so you are writing out of bounds.

>> if (is_send_syn && (1 < n_left_to_next))

I think this should be taken care of by this test though.

>> vlib_validate_buffer_enqueue_x1 (vm, node, next_index, to_next, 
>> n_left_to_next, bi0, next0);

I suspect the issue is more that you enqueue bi0 twice here instead of syn_bi.

Best
ben
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20967): https://lists.fd.io/g/vpp-dev/message/20967
Mute This Topic: https://lists.fd.io/mt/89604305/21656
Mute #vpp:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to