summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2017-04-09 20:25:11 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2017-05-02 07:21:32 +0200
commitf318aef55fed0968af42ceef3976ee7cd858d845 (patch)
tree6e66fe4a27d9f62ca5e6b04b5cf36606a0d3a3e9 /drivers/bluetooth
parenttarget: Improve size determinations in two functions (diff)
downloadlinux-f318aef55fed0968af42ceef3976ee7cd858d845.tar.xz
linux-f318aef55fed0968af42ceef3976ee7cd858d845.zip
target: Use kmalloc_array() in compare_and_write_callback()
* A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by using the Coccinelle software. * Replace the specification of a data structure by a pointer dereference to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions