zephyr/subsys
Vinayak Kariappa Chettimada cd7a73c20a Bluetooth: controller: split: Fix NRF_CCM overrun
Fix missing assignment of NRF_CCM->MAXPACKETSIZE register
for PDU sizes smaller than 251 bytes. If there is CRC errors
causing PDU length fields to be higher than configured PDU
buffer sizes in the controller, without the MAXPACKETSIZE
register set to correct PDU size, CCM module could overrun
the PDU buffer and cause memory corruption. This fix is
applicable for all nRF52 Series SoCs except nRF52832 SoC.

Fixes #21107.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-05-27 18:06:17 +02:00
..
bluetooth Bluetooth: controller: split: Fix NRF_CCM overrun 2020-05-27 18:06:17 +02:00
canbus canbus: canopen: program: add missing include for FLASH_AREA 2020-05-25 13:26:28 +02:00
console
cpp
debug debug: Fix BOOT_TIME_MEASUREMENT dependencies 2020-05-19 17:25:36 +02:00
dfu flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
disk devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
fb
fs flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
jwt
logging subsys: Replace printf by printk when applicable 2020-05-09 21:25:33 +02:00
mgmt
net net: config: align Kconfig debug levels with OpenThread ones 2020-05-25 20:41:42 +02:00
power power: Let's have core device setup in case of CONFIG_NET_TEST 2020-05-26 21:41:00 +02:00
random
settings settings_fcb: Fix storing the data 2020-05-21 17:42:20 +02:00
shell drivers: susbsys: Check errors on devices selected using dt macro 2020-05-25 11:43:14 +02:00
stats
storage storage/stream: fix possible unaligned write on buffer flush 2020-05-26 16:35:19 +02:00
testsuite subsys/testsuite: Shorten the assertion messages 2020-05-13 16:23:39 +02:00
tracing tracing: cpu_stats: add missing macro 2020-05-21 11:01:50 +02:00
usb flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
CMakeLists.txt
Kconfig