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.
Erich Keane 47a78569c0 Allow TinyCbor to continue during a OOM situation
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>
2015-08-11 13:34:04 -07:00
S
Description
[ARCHIVE] GOLEM lab historic — frozen 2026-09-06
MIT
891 KiB
Languages
C 50.3%
C++ 45.9%
CMake 2.1%
Perl 1.3%
Shell 0.3%
Other 0.1%