Re: [PATCH] PKCS#7: fix unitialized boolean 'want'

From: David Howells
Date: Mon Feb 29 2016 - 09:29:28 EST


Colin King <colin.king@xxxxxxxxxxxxx> wrote:

> The boolean want is not initialized and hence garbage. The default should
> be false (later it is only set to true on tne sinfo->authattrs check).
>
> Found with static analysis using CoverityScan
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.