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
pgpIQUTfbWfRq.pgp
Description: PGP signature
_______________________________________________ forensics-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel
