1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00
Marian Buschsieweke 7a738d0e0b
sys/net/nanocoap: fix buffer overflow in separate response handling
When RFC 8974 support (module `nanocoap_token_ext`) is in use, the
request token may be longer than the buffer in the separate response
context is large. This adds a check to not overflow the buffer.

Sadly, this is an API change: Preparing the separate response context
can actually fail, so we need to report this with a return value.

The example application has been adapted to only proceed if the separate
reply context could have been prepared, and rather directly emit a
reset message if the token exceeds the static buffer.

Co-authored-by: benpicco <benpicco@googlemail.com>
2024-12-12 14:28:28 +01:00
..
2021-08-13 19:50:38 +02:00
2022-04-14 09:23:27 +02:00
2024-03-21 14:26:45 +01:00
2022-09-14 15:05:25 +02:00
2021-08-13 19:50:38 +02:00
2023-02-22 16:47:14 +01:00
2024-07-15 11:25:30 +02:00
2021-08-13 19:50:38 +02:00
2023-05-31 16:31:20 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2023-06-12 13:54:06 +02:00
2021-06-18 00:13:08 +02:00
2023-12-15 16:50:21 +01:00
2021-07-05 10:32:50 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2022-09-14 15:05:25 +02:00
2021-07-08 09:40:02 +02:00
2023-08-19 23:23:10 +02:00