rt-thread/components/utilities/rt-link
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
..
inc [fix] Fix simulator compilation warnings (#6438) 2022-09-20 10:31:11 -04:00
src rt-link: reject frame offset at frame limit 2026-07-07 19:55:21 +08:00
Kconfig fix: warnings generated by Kconfig. 2025-09-01 11:50:41 +08:00
SConscript [add] add new component: rt-link 2021-05-15 16:52:49 +08:00