Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1505437
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] crypto: cmac - fix alignment of 'consts' |
| Date | 2016-10-21 05:20 +0200 |
| Message-ID | <suyxb-8lc-7@gated-at.bofh.it> (permalink) |
| References | <sqMp3-3Xs-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Oct 10, 2016 at 10:15:15AM -0700, Eric Biggers wrote: > The per-transform 'consts' array is accessed as __be64 in > crypto_cmac_digest_setkey() but was only guaranteed to be aligned to > __alignof__(long). Fix this by aligning it to __alignof__(__be64). > > Signed-off-by: Eric Biggers <ebiggers@google.com> Patch applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] crypto: cmac - fix alignment of 'consts' Herbert Xu <herbert@gondor.apana.org.au> - 2016-10-21 05:20 +0200
csiph-web