Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: wakaama/er-coap-13/er-coap-13.c
- Revision:
- 10:df97539c6ddd
- Parent:
- 2:5a8853c481ad
- Child:
- 16:31c387e94b6d
--- a/wakaama/er-coap-13/er-coap-13.c Fri Apr 28 18:30:50 2017 +0800 +++ b/wakaama/er-coap-13/er-coap-13.c Wed May 03 18:24:09 2017 +0800 @@ -694,15 +694,7 @@ option_number += option_delta; - if (current_option + option_length > data + data_len) - { - PRINTF("OPTION %u (delta %u, len %u) has invalid length.\n", option_number, option_delta, option_length); - return BAD_REQUEST_4_00; - } - else - { - PRINTF("OPTION %u (delta %u, len %u): ", option_number, option_delta, option_length); - } + PRINTF("OPTION %u (delta %u, len %u): ", option_number, option_delta, option_length); SET_OPTION(coap_pkt, option_number);