mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
5775037da6
Add defensive bounds validation before memory access operations to prevent out-of-bounds access. This addresses Coverity OVERRUN defect by ensuring array indices and buffer sizes stay within valid range. Signed-off-by: hujun5 <hujun5@xiaomi.com>