Skip to content

fix: use-after-free in `cbus_endpoint_delete`

Konstantin D requested to merge fix/use-after-free-cbus into 2.11.0-picodata

Calling a TRASH macro after calling the free function dereferences the pointer to the already freed memory.

NO_DOC=picodata internal patch NO_CHANGELOG=picodata internal patch NO_TEST=picodata internal patch

Merge request reports