summaryrefslogtreecommitdiffstats
path: root/src/opack.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-30Move LIMD_GLUE_API definitions to public headersGravatar Nikias Bassen1-2/+2
2023-12-11opack: Fix parsing of 32 and 64 bit packed valuesGravatar Nikias Bassen1-2/+2
32 and 64 bit packed values were not parsed correctly due to bad pointer manipulation. Thanks to @cornejo for spotting this!
2023-11-10opack: Fixed 32bit buffer overflowGravatar Nikias Bassen1-1/+1
Thanks to @cornejo for spotting this!
2022-02-04Add support for Apple's OPACK encoding and TLV formatGravatar Nikias Bassen1-0/+476