diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2021-01-05 19:10:53 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2021-01-06 10:41:48 +0300 |
commit | ef0bb5adc1a3cdbf20c77b8ba841d2eca7c7dc5a (patch) | |
tree | c342db7e4ee8d397cc23ddece5c48d0bfd811539 /drivers/bluetooth/btusb.c | |
parent | b649813eadbc062d8682f7a20aa025275707dd1f (diff) | |
download | linux-ef0bb5adc1a3cdbf20c77b8ba841d2eca7c7dc5a.tar.xz |
Bluetooth: avoid u128_xor() on potentially misaligned inputs
u128_xor() takes pointers to quantities that are assumed to be at least
64-bit aligned, which is not guaranteed to be the case in the smp_c1()
routine. So switch to crypto_xor() instead.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
0 files changed, 0 insertions, 0 deletions