Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/blob.c
AgeCommit message (Expand)Author
2022-02-10blob: clear buf->head when freeing a bufferFelix Fietkau
2021-04-29blob: fix exceeding maximum buffer lengthZefir Kurtisi
2020-05-24blob: make blob_parse_untrusted more permissiveMatthias Schiffer
2019-12-25blob: fix OOB access in blob_check_typePetr Štetiar
2019-12-25blob: introduce blob_parse_untrustedPetr Štetiar
2019-12-25blob: refactor attr parsing into separate functionPetr Štetiar
2019-11-20iron out all extra compiler warningsPetr Štetiar
2017-01-04blobmsg: add support for doubleAndré Gaul
2014-07-26blob: improve out-of-memory handlingewolfok
2014-04-27blob: make length variables unsignedFelix Fietkau
2014-04-21blob: fix handling of custom validator callbackFelix Fietkau
2014-03-12blobmsg: allow data/length iterator/accessor functions to work on non-blobmsg...Felix Fietkau
2013-10-16blob: add a magic offset to nesting cookies to ensure that NULL is never retu...Felix Fietkau
2013-10-04blob: add blob_put_raw() for copying one or more blob attributes into the buf...Felix Fietkau
2013-02-10blob: add blob_buf_grow()Felix Fietkau
2012-06-01blob: add blob_memdup()Felix Fietkau
2011-11-10blob: switch to ISC license, switch blob_{get,put}_int* to _u*, add wrappersFelix Fietkau
2011-10-06fix more instances of uninitialized padding bytesFelix Fietkau
2011-10-06fill padding bytes when setting raw attribute lengthFelix Fietkau
2011-10-03explicitly zero extra buffer space added with realloc to silence valgrind war...Felix Fietkau
2011-09-05blob_attr_equal: un-inline, add pointer checksFelix Fietkau
2011-07-29add blob_buf_freeFelix Fietkau
2011-01-31fix off-by-one in the string validation checkFelix Fietkau
2011-01-31blob: constifyFelix Fietkau
2011-01-31make blob attribute checking available externallyFelix Fietkau
2011-01-31blob: validate strings on parseFelix Fietkau
2010-12-06constify blob_attr_infoFelix Fietkau
2010-10-13Initial importFelix Fietkau