On 19 August 2015 at 16:12, Ben Pfaff <b...@nicira.com> 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 <joestrin...@nicira.com>
>
> Acked-by: Ben Pfaff <b...@nicira.com>

Thanks, applied to master.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to