raiden00pl opened a new pull request, #19380:
URL: https://github.com/apache/nuttx/pull/19380
## Summary
- sched/misc/coredump.c: guard tcb->name in coredump
coredump_dump_tcb() copied tcb->name unconditionally, but the tcb_s name
member only exists when CONFIG_TASK_NAME_SIZE > 0
## Impact
fix build
## Testing
CI, found with a dedicated fuzzer for nuttx
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]