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)
Sun, Apr 19, 5:23 AM
Unknown Object (File)
Sat, Apr 18, 1:15 PM
Unknown Object (File)
Sat, Apr 18, 6:02 AM
Unknown Object (File)
Thu, Apr 16, 12:31 PM
Unknown Object (File)
Fri, Apr 10, 5:08 AM
Unknown Object (File)
Fri, Mar 27, 12:58 PM
Unknown Object (File)
Thu, Mar 26, 7:13 PM
Unknown Object (File)
Mar 20 2026, 6:06 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 52868
Build 49759: arc lint + arc unit