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, Jul 19, 12:44 AM
Unknown Object (File)
May 16 2026, 4:01 AM
Unknown Object (File)
Apr 28 2026, 9:43 PM
Unknown Object (File)
Apr 27 2026, 9:46 PM
Unknown Object (File)
Apr 27 2026, 8:57 PM
Unknown Object (File)
Apr 19 2026, 5:23 AM
Unknown Object (File)
Apr 18 2026, 1:15 PM
Unknown Object (File)
Apr 18 2026, 6:02 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