mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 07:48:59 +08:00
a7b7630fd3
Refactor nxtask_setup_stackargs() to use a single ret exit path. Avoid partially-initialized state on error paths and improve readability. Addresses Coverity HIS_metric_violation: RETURN. Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>