You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue zephyrproject-rtos#33114zephyrproject-rtos#33120. Modify the testcase that run failed on iotdk
and nsim. This testing do not need receive thread ID when invoke
k_mbox_data_get() with NULL param. The testcase purpose is invoke
this API with NULL buffer and NULL receive_id. It will cause fatal
error if use a uninitialize receive id.
Signed-off-by: Jian Kang <jianx.kang@intel.com>
Fix issue #33114#33120. Modify the testcase that run failed on iotdk
and nsim. This testing do not need receive thread ID when invoke
k_mbox_data_get() with NULL param. The testcase purpose is invoke
this API with NULL buffer and NULL receive_id. It will cause fatal
error if use a uninitialize receive id.
Signed-off-by: Jian Kang <jianx.kang@intel.com>
relative pull request: #31012
we can't
k_mbox_data_get
from a_syncing_thread
who didn't send a msg.sending_thread->base.swap_data
not initialized.zephyr/kernel/mailbox.c
Lines 189 to 191 in 1ce264e
relative codes
zephyr/tests/kernel/mbox/mbox_api/src/test_mbox_api.c
Lines 466 to 478 in 1ce264e
zephyr/tests/kernel/mbox/mbox_api/src/test_mbox_api.c
Lines 436 to 452 in 1ce264e
zephyr/kernel/mailbox.c
Lines 336 to 350 in 1ce264e
zephyr/kernel/mailbox.c
Lines 174 to 194 in 1ce264e
The text was updated successfully, but these errors were encountered: