zephyr/subsys/ipc/ipc_service/lib
Gaetan Perrot dd180c2789 ipc_service: ipc_icbmsg: fix unchecked error in icmsg_open()
Coverity (CID 516253) reported that the return value of
initialize_tx_with_sid_disabled() was set but not used, leading to
potential silent failures.

Check if the return value is negative and propagate the error through the
existing cleanup path.

Fixes: CID 516253

Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
2025-07-11 13:15:04 -10:00
..
CMakeLists.txt
icmsg_me.c
icmsg.c ipc_service: ipc_icbmsg: fix unchecked error in icmsg_open() 2025-07-11 13:15:04 -10:00
ipc_rpmsg.c
ipc_static_vrings.c
Kconfig
Kconfig.icmsg
pbuf.c