You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cborparser: Move parser initialisation to common routine.
`cbor_parser_init` and `cbor_parser_init_reader` are substantially
similar, however the latter misses clearing out `it->flags`, leaving it
uninitialised so possibly unsafe.
Rather than copying & pasting that from `cbor_parser_init`, lets just
use one routine that does the "common" part, then each routine can focus
on the specifics needed.
0 commit comments