Package: aeskeyfind Version: 1.0-1 Severity: minor aes.h declares
extern uint8_t sbox[255];
but aes.c defines
uint8_t sbox[256] = { ... };
This may lead to undefined behaviour, in particular if the size of sbox is ever
taken.
Best,
Michael
pgpFXwtNXDrRT.pgp
Description: PGP signature

