zephyr/subsys/bluetooth/controller/util
Vinayak Chettimada e9b818e763 Bluetooth: Controller: Fix suspicious use of sizeof
Fix Coverity, sizeof not portable, defect; by explicitly
using sizeof(void *).

suspicious_sizeof:
Passing argument mem_head of type void ** and argument 4U
/* sizeof (mem_head) */ to function memcpy is suspicious.
In this case, sizeof (void **) is equal to sizeof
(void *), but this is not a portable assumption.

Change-id: I4b4776466e16020876500feba0141985b8581017
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
2016-11-18 07:47:50 +02:00
..
defines.h Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00
mem.c Bluetooth: Controller: Fix suspicious use of sizeof 2016-11-18 07:47:50 +02:00
mem.h Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00
memq.c Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00
memq.h Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00
util.c Bluetooth: Controller: Remove unused util functions 2016-11-18 07:47:50 +02:00
util.h Bluetooth: Controller: Remove unused util functions 2016-11-18 07:47:50 +02:00
work.c Bluetooth: Controller: Fix incorrect irq priority check 2016-11-18 07:47:50 +02:00
work.h Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00