[BACK]Return to README.openbsd CVS log [TXT][DIR] Up to [local] / src / lib / libcbor

File: [local] / src / lib / libcbor / README.openbsd (download)

Revision 1.3, Sat Dec 31 03:35:21 2022 UTC (17 months, 1 week ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.2: +6 -1 lines

update to upstream libcbor v.0.10.0 and crank major. Also includes
e308674c5d to fix PR259. This release includes a number of memory
leak fixes.

Disable the upsteam custom allocators feature.

Feedback/ok tb@

Thanks also to Pedro Martelletto for pointing out the new release as
well as PR259.

This is an import of https://github.com/pjk/libcbor v0.10.0 with
e308674c5d to fix https://github.com/PJK/libcbor/issues/259

Apart from README.md and LICENSE.md, only the src/ directory has been
imported.

Note that the custom allocator feature (cbor_set_allocs()) has been
disabled in this import and the allocation functions _cbor_malloc, etc.
are #defined to the usual libc implementations.