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
mem.c Bluetooth: Controller: Fix suspicious use of sizeof 2016-11-18 07:47:50 +02:00
mem.h
memq.c
memq.h
util.c
util.h
work.c Bluetooth: Controller: Fix incorrect irq priority check 2016-11-18 07:47:50 +02:00
work.h