fdur

Results 3 issues of fdur

Hi, When a registration is made, a registration ID is stored in `location` Function: `prv_handleRegistrationReply` This location is not freed in `prv_handleDeregistrationReply` Memory leak ? Thanks

question

According to OMA-TS-LightweightM2M-V1_0_1-20170704-A, in §5.3.2 (Update): >When any of the parameters listed in Table 9 changes, the LwM2M Client MUST send an “Update” operation to the LwM2M Server. This “Update”...

bug

When a `HEAD` command is sent, the process is not fully made. In http.c file, in `http_data`API, seems that after ``` --size; ++data; ``` the following code needs to be...