tmobile / DevEdge-IoTDevKit-ZephyrRTOS

T-Mobile Zephyr OS is a fork of zephyrproject-rtos/zephyr that is shipped on the DevKit and used for contributing upstream.
Apache License 2.0
13 stars 5 forks source link

zephyr: Downstream Merge #231

Closed DRuffer-tmo closed 1 year ago

DRuffer-tmo commented 1 year ago

Catch up with: commit 76e4cd9dc40d92a5848f0f6eba821888ffbfed14 (HEAD -> zephyr-upstream-merge, origin/main, main) Author: Carles Cufi carles.cufi@nordicsemi.no Date: Tue Aug 29 18:31:32 2023 +0200

kernel: mem_slab: Add assert to k_mem_slab_free()

Add an assert to ensure the pointer provided by the user points to one
of the available blocks in the slab.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>