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.
Files
golem-v1-tinycbor/src
Thiago Macieira eddbf5b176 Parser: rework the two extract_{number,length} internal functions
The extract_length() was the only case that called
extract_number_and_advance() without verifying we had a proper number. This
commit reworks the implementation so extract_number_and_advance() reuses
the number previously read by preparse_value(), and extract_length() gets
inlined to the only place that uses it.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2021-09-03 13:08:25 -07:00
..
2018-02-05 18:02:52 -08:00
2018-02-07 10:43:40 -08:00
2018-02-05 18:02:52 -08:00