* grub-core/lib/libgcrypt/cipher/serpent.c (serpent_key_prepare): Fix
misaligned access. (serpent_setkey): Likewise. (serpent_encrypt_internal): Likewise. (serpent_decrypt_internal): Likewise. (serpent_encrypt): Don't put an alignment-increasing cast. (serpent_decrypt): Likewise. (serpent_test): Likewise.
This commit is contained in:
parent
813c0a2be8
commit
8e54b4b76a
2 changed files with 45 additions and 57 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/libgcrypt/cipher/serpent.c (serpent_key_prepare): Fix
|
||||
misaligned access.
|
||||
(serpent_setkey): Likewise.
|
||||
(serpent_encrypt_internal): Likewise.
|
||||
(serpent_decrypt_internal): Likewise.
|
||||
(serpent_encrypt): Don't put an alignment-increasing cast.
|
||||
(serpent_decrypt): Likewise.
|
||||
(serpent_test): Likewise.
|
||||
|
||||
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/multiboot.c (grub_cmd_module): Fix target address.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue