Hello!
During the static analisys was found some possible mistakes:
1) lib/cmap.c:895 return value of cmap_node_next_protected(iter) is not check 
on NULL, but in other situations return value of this function was check. 
Please correct if this is wrong.

2) lib/ofp-ipfix.c:93 return value of ofpbuf_try_pull() is not check on NULL, 
but in other situations return value of this function was check. Please correct 
if this is wrong.​​​​​​​

​3) ofproto/tunnel.c:676-677 return value of netdev_get_tunnel_config() is not 
check on NULL, but in other situations return value of this function was check. 
​​​​​​​Please correct if this is wrong.​​​​​​​

​​​​​Please explain these 3 places in the code and does it require any change?
​​​​​​​Thanks in advance.
 
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to