This repository has been archived on 2026-09-06 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
v0.1
This patch causes TinyCbor Encoder to remain in a valid-state in the situation where it has overrun its buffer. It does this by setting the pointer and end variable of the encoder to NULL, making encoder->ptr - NULL (or encoder->ptr - encoder->end) equal the amount of additional data necessary to properly encode the package. Signed-off-by: Erich Keane <erich.keane@intel.com> Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
Languages
C
50.3%
C++
45.9%
CMake
2.1%
Perl
1.3%
Shell
0.3%
Other
0.1%