no user mode access to MQTT subsystem #14947
Labels
area: Memory Protection
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
MQTT is built on sockets, but MQTT client instances have an embedded k_mutex which can't live in userspace. Hence any attempts to use these APIs generate a fault.
The preferred fix would be into introduce a mutex API which don't require the mutexes to be in kernel space.
The text was updated successfully, but these errors were encountered: