ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
13 stars 6 forks source link

Fix CBOR deserialization of UINT32_MAX #12

Closed martinjaeger closed 2 years ago

martinjaeger commented 2 years ago

@b0661 I saw your @TODO ???? comment in the cbor2json unit tests. This must have been a typo introduced a while ago and it turned out this test (if applied in right direction) would have detected an actual bug.

This commit fixes both test and implementation.