diff options
author | Joey Pabalinas <joeypabalinas@gmail.com> | 2018-01-01 10:40:14 -1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-01-12 23:03:05 +1100 |
commit | da1729ce4866be266575a114208c7d5350bf310d (patch) | |
tree | e7105061b52aec718ef43b9e4611ed1b8bb1d7b1 /crypto/tcrypt.c | |
parent | 7660b1fb367eb3723b48d3980451fc4f25a05021 (diff) | |
download | linux-da1729ce4866be266575a114208c7d5350bf310d.tar.bz2 |
crypto: testmgr - change `guard` to unsigned char
When char is signed, storing the values 0xba (186) and 0xad (173) in the
`guard` array produces signed overflow. Change the type of `guard` to
static unsigned char to correct undefined behavior and reduce function
stack usage.
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
0 files changed, 0 insertions, 0 deletions