On Mon, Jun 15, 2015 at 04:52:56PM -0700, Victoria Milhoan wrote:
> From: Steve Cornelius <steve.cornel...@freescale.com>
> 
> Multiple function in asynchronous hashing use a saved-state block,
> a.k.a. struct caam_hash_state, which holds a stash of information
> between requests (init/update/final). Certain values in this state
> block are loaded for processing using an inline-if, and when this
> is done, the potential for uninitialized data can pose conflicts.
> Therefore, this patch improves initialization of state data to
> prevent false assignments using uninitialized data in the state block.

Applied to crypto with stable CC.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to