mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
a3273e6a96
Build Documentation / build-html (push) Has been cancelled
Add validation to ensure allocated stack size does not exceed TLS_MAXSTACK when CONFIG_TLS_ALIGNED is enabled, and verify proper stack alignment using STACK_ALIGN_MASK across all architectures. This improves stack safety and prevents potential TLS overflow conditions. Signed-off-by: hujun5 <hujun5@xiaomi.com>