lwip:memory out-of-bounds write
if the parameter'size' of function coap_new_string is not smaller than MEMP_LEN_COAPSTRING, it will leading to memory out-of-bounds write
same with COAP_OPTLIST
Thank you for reporting this. A fix for this has been created in #521 .
Thank you.
@luminais For reporting issues it would be great to have a descriptive and short title, and for the error description, there is an input box the in form that opens when creating a new issue. Having the entire description in the title is a bit difficult to read.
#521 has been merged, and libcoap LwIP support has been re-written in PR https://github.com/obgm/libcoap/pull/884, and so this should no longer be an issue. LwIP specific memory allocations are no longer used.
Fixed in #939.