rt-thread/components/utilities
Old-Ding 50c6853d38 rt-link: reject frame offset at frame limit
The receive sequence filter maps incoming data-frame sequence numbers to zero-based frame offsets. RT_LINK_FRAMES_MAX is the maximum number of split frames, so valid offsets are 0 through RT_LINK_FRAMES_MAX - 1.

Reject offset == RT_LINK_FRAMES_MAX before frame handling instead of letting it reach long-frame assembly.

Generated-by: OpenAI Codex
Signed-off-by: Old-Ding <35417409+Old-Ding@users.noreply.github.com>
2026-07-07 19:55:21 +08:00
..
libadt [building] rename the group name: LIBADT to Utilities. (#10267) 2025-05-16 07:31:18 +08:00
resource sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
rt-link rt-link: reject frame offset at frame limit 2026-07-07 19:55:21 +08:00
ulog [components][ulog] include stdlib.h for atoi 2026-06-30 16:12:41 +08:00
utest [components][spi] add utest cases 2026-07-04 16:45:24 +08:00
var_export [components][utilities][var_export] update the var export auto init to board_init. 2023-07-31 18:12:37 -04:00
ymodem Modify the ymodem component to support multi-file reception 2026-05-07 12:59:14 +08:00
Kconfig fix: stabilize smp_bind_affinity_tc on SMP CI 2026-06-17 09:51:13 +08:00
SConscript Move logtrace to utilites 2013-06-30 21:51:41 +08:00