On Wed, Aug 05, 2015 at 01:31:25PM -0700, Joe Stringer wrote:
> 'features' is always a valid pointer to something on the stack, so
> checking (!features || ...) is the same as checking (false || ...).
> Simplify the expression.
> 
> Found by MIT STACK undefined behaviour checker.
> 
> Signed-off-by: Joe Stringer <joestrin...@nicira.com>

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to