nuttx/drivers/note
guohao15 029a5f5383 node/driver: make SIZEOF_NOTE_START return the right size
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>
2025-12-23 11:26:24 -05:00
..
CMakeLists.txt
Kconfig
Make.defs
note_driver.c node/driver: make SIZEOF_NOTE_START return the right size 2025-12-23 11:26:24 -05:00
note_initialize.c
notectl_driver.c
notelog_driver.c
noteram_driver.c drivers/note: Optimize code logic. 2025-12-10 14:58:29 +08:00
noterpmsg.h
noterpmsg_driver.c
noterpmsg_server.c
notesnap_driver.c
notestream_driver.c