mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
029a5f5383
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>