]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytes
authorSzymon Janc <szymon.janc@tieto.com>
Thu, 4 Oct 2012 13:15:45 +0000 (15:15 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 26 Oct 2012 16:26:48 +0000 (18:26 +0200)
commit460d8f970e44c2d8fc24ab622ff433295a6cedd8
tree8d63fc549c09ea9daf2f09fc8fa447c0bbfe0d09
parent7ad39395ab1394fc6fc8bc3693d6055ea173e226
NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytes

local_gb is of size NFC_MAX_GT_LEN and len is used as index for it.
Check len against this instead of NCI_MAX_PARAM_LEN before accessing
local_gb.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/nci/core.c