commit | 460d8f970e44c2d8fc24ab622ff433295a6cedd8 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@tieto.com> | Thu Oct 04 15:15:45 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Oct 26 18:26:48 2012 +0200 |
tree | 8d63fc549c09ea9daf2f09fc8fa447c0bbfe0d09 | |
parent | 7ad39395ab1394fc6fc8bc3693d6055ea173e226 [diff] |
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>