On Tue, Mar 15, 2011 at 05:20:37PM -0500, Kim Phillips wrote:
> On Tue, 15 Mar 2011 09:59:55 +0300
> Dan Carpenter <[email protected]> wrote:
> 
> > ARRAY_SIZE() was intended here instead of sizeof().  sizeof() is four
> > times larger than ARRAY_SIZE().  outstr is normally 256 chars so 
> > printing garbage to it could overfill the buffer and corrupt memory.
> > 
> > Signed-off-by: Dan Carpenter <[email protected]>
> 
> Acked-by: Kim Phillips <[email protected]>

Also applied.  Thanks!
-- 
Email: Herbert Xu <[email protected]>
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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to