Closed job closed 9 months ago
An artefact of d2i_*() functions is that once they're satisfied, there still might be trailing garbage in the field that's being decoded.
Callers of d2i_*() functions generally should confirm that all data has been consumed.
An artefact of d2i_*() functions is that once they're satisfied, there still might be trailing garbage in the field that's being decoded.
Callers of d2i_*() functions generally should confirm that all data has been consumed.