Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345863

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

From David Howells <dhowells@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH] PKCS#7: fix unitialized boolean 'want'
Date 2016-02-29 15:30 +0100
Message-ID <r7wZH-4bg-9@gated-at.bofh.it> (permalink)
References <r6MtP-30v-1@gated-at.bofh.it>
Organization Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903

Show all headers | View raw


Colin King <colin.king@canonical.com> 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@canonical.com>

Applied.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] PKCS#7: fix unitialized boolean 'want' Colin King <colin.king@canonical.com> - 2016-02-27 13:50 +0100
  Re: [PATCH] PKCS#7: fix unitialized boolean 'want' David Howells <dhowells@redhat.com> - 2016-02-29 15:30 +0100

csiph-web