mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
opencrypto AES-ICM: Fix heap corruption typo
This error looks like it was a simple copy-paste typo in the original commit for this code (r275732). PR: 204009 Reported by: Chang-Hsien Tsai <luke.tw AT gmail.com> Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5f00f45775
commit
bf4c239e47
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303650
@ -65,7 +65,7 @@ struct enc_xform enc_xform_aes_icm = {
|
||||
aes_icm_crypt,
|
||||
aes_icm_crypt,
|
||||
aes_icm_setkey,
|
||||
rijndael128_zerokey,
|
||||
aes_icm_zerokey,
|
||||
aes_icm_reinit,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user