zephyr/samples/bluetooth/ipsp/src
Luiz Augusto von Dentz 58baad7c5e Bluetooth: ipsp: Fix not checking return of build_reply
net_pkt_sendto uses size_t as parameter for len so the value would be
treat as unsigned which may cause and invalid memory to be read.

Fixes #14950 #14955

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2019-03-29 10:39:53 +01:00
..
main.c Bluetooth: ipsp: Fix not checking return of build_reply 2019-03-29 10:39:53 +01:00