Scott Bertin
Scott Bertin
If a NULL buffer is passed to cn_cbor_encoder_write, it will determine the necessary size of the buffer without doing the encoding. The buf_size parameter can still set an upper limit...
The size check suffered from an off by one error. This also avoids problems with overflow.
Resources implemented are: Disable (4), Registration Update Trigger (8), Bootstrap-Request Trigger (9), and Last Bootstrapped (12). The default value of 86400 is also assigned to Disable Timeout (5) when creating...
An observe with just the object ID is allowed by the spec, but I see multiple problems in the implementation: 1. New instances do not generate a notify. 2. Deletion...
#520 brought up the issue and fixes it for the lightclient. A check should be added to liblwm2m.h to ensure a valid format is defined for any build. If no...
According to @dnav in #268: Instance deletion by a local process is not correctly handled by wakaama currently. Along with the observation removal, it should also generate a registration update....
The JSON and SenML JSON formats require the object instance ID for serialization and parsing. This prevent them from being used for a Create without an instance ID. They need...
The attribute length is only set when the pointer is NULL. It should also be set in cases where the buffer is too large or too small. From [PKCS11-base-v2.40](http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.doc): For...