mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 04:22:26 +08:00
The value returned by sizeof(struct note_start_s) is larger than the actual memory footprint of struct note_start_s. This causes the length calculated in sched_note_start to be larger than the actual memory size,which further leads to out-of-bounds reads in note_common. Signed-off-by: guohao15 <guohao15@xiaomi.com>