You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sbertin-telular thanks! The PR for #432 is still open and this repo has no new submissions for more than a year. It looks there is no maintainers for this project now? @dnav
It only happens in release build mode. When you switch to debug build for debugging, then it is gone. It is quite confusing.
After spending some debugging effort, here is the root cause and fix:
https://github.com/eclipse/wakaama/blob/master/core/er-coap-13/er-coap-13.c
line 622:
size_t option_length = 0;
change to:
unsigned int option_length = 0;
The text was updated successfully, but these errors were encountered: