Re: [vpp-dev] Invalid pool element access in vnet_add_del_ip4_arp_change_event function..?

2017-06-01 Thread Nagaprabhanjan Bellari
Hi, Just wanted to confirm if this Is an issue - so I can file a jira ticket. Thanks, -nagp On Tue, May 30, 2017 at 1:19 PM, Nagaprabhanjan Bellaru < nagp.li...@gmail.com> wrote: > Hi, > > In the recent change made to the above function to register for ARP > events, it looks like there is an

[vpp-dev] Invalid pool element access in vnet_add_del_ip4_arp_change_event function..?

2017-05-30 Thread Nagaprabhanjan Bellaru
Hi, In the recent change made to the above function to register for ARP events, it looks like there is an access to the pool elements using pointers across a pool_get call. -- while (p && *p != ~0) { mc = pool_elt_at_index (am->mac_changes, *p); if (mc->node_index == node_index