Skip to content
#

cbor

Here are 112 public repositories matching this topic...

JohnGilmour
JohnGilmour commented Oct 31, 2019

cbor_item_t *cbor_tag_item(const cbor_item_t *item)
Get the tagged item.
Return
incref the tagged item
Parameters
item[borrow]: A tag

This API does not increment the reference count so either the documentation is incorrect or the code is. The result of this is a system crash, primarily due to the change that checks the reference count:
https://github.com/

Improve this page

Add a description, image, and links to the cbor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cbor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.