Page MenuHomeFreeBSD

opencrypto: Respect alignment constraints in xor_and_encrypt()
ClosedPublic

Authored by markj on Jul 27 2023, 3:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 1:32 PM
Unknown Object (File)
Oct 20 2024, 5:54 PM
Unknown Object (File)
Oct 20 2024, 5:54 PM
Unknown Object (File)
Oct 20 2024, 5:54 PM
Unknown Object (File)
Oct 20 2024, 5:36 PM
Unknown Object (File)
Sep 27 2024, 1:21 PM
Unknown Object (File)
Sep 26 2024, 2:22 PM
Unknown Object (File)
Sep 25 2024, 3:29 AM
Subscribers

Details

Summary

Copy operands to an aligned buffer before performing operations which
require alignment. Otherwise it's possible for this code to trigger an
alignment fault on armv7.

Sponsored by: Klara, Inc.
Sponsored by: Stormshield

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable