On 19 August 2015 at 16:12, Ben Pfaff <[email protected]> wrote: > 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 <[email protected]> > > Acked-by: Ben Pfaff <[email protected]>
Thanks, applied to master. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
