Re: [PATCH] vsprintf: automatic parameters for %pIS via 'a'

From: Jason A. Donenfeld
Date: Wed Feb 03 2016 - 18:25:32 EST


On Thu, Feb 4, 2016 at 12:05 AM, Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> Doesn't this needs the mask tested?
>
> sa->sin6_flowinfo & IPV6_FLOWINFO_MASK

Good catch. Fixing and will submit another.

>
> given the use of bool, the != 0 are unnecessary.

True.

> Other than that, looks good to me.

Great!