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)
Dec 20 2023, 8:17 AM
Unknown Object (File)
Sep 20 2023, 2:51 PM
Unknown Object (File)
Aug 24 2023, 1:41 PM
Unknown Object (File)
Jul 31 2023, 10:42 PM
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