mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| note_driver.c | ||
| note_initialize.c | ||
| notectl_driver.c | ||
| notelog_driver.c | ||
| noteram_driver.c | ||
| noterpmsg.h | ||
| noterpmsg_driver.c | ||
| noterpmsg_server.c | ||
| notesnap_driver.c | ||
| notestream_driver.c | ||