diff options
author | Anderson Briglia <anderson.briglia@openbossa.org> | 2011-09-19 14:41:09 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-09-21 12:59:16 -0300 |
commit | 51beabdf624df14d0805b001d3f939629b70d9db (patch) | |
tree | a1875000da70a67f9440c2c6716e1c3be455c4b6 /scripts/kconfig | |
parent | ca10b5ee0cb298f094db00dba7e397a8bc4e8398 (diff) | |
download | op-kernel-dev-51beabdf624df14d0805b001d3f939629b70d9db.zip op-kernel-dev-51beabdf624df14d0805b001d3f939629b70d9db.tar.gz |
Bluetooth: Fix wrong memcpy size on LE start encryption
This patch fixes wrong memcpy size when copying rand value to
HCI_OP_LE_START_ENC command.
The compiler pretends that the array parameter was declared as a pointer
and sizeof reports the size of the pointer. [1]
[1] http://www.c-faq.com/aryptr/aryparmsize.html
Signed-off-by: Anderson Briglia <anderson.briglia@openbossa.org>
Signed-off-by: Anderson Lizardo <anderson.lizardo@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'scripts/kconfig')
0 files changed, 0 insertions, 0 deletions