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
AgeCommit message (Expand)Author
2020-01-20jshn: prefer snprintf usagePetr Štetiar
2020-01-20cmake: add a possibility to set library versionPetr Štetiar
2020-01-20blobmsg: blobmsg_add_json_element() 64-bit valuesDainis Jonitis
2020-01-20blobmsg_json: fix int16 serializationPetr Štetiar
2020-01-13tests: blobmsg/json: add more test casesPetr Štetiar
2020-01-12tests: include json script shunit2 based testingPetr Štetiar
2019-12-28blobmsg: fix wrong payload len passed from blobmsg_check_arrayPetr Štetiar
2019-12-25blobmsg: fix array out of bounds GCC 10 warningPetr Štetiar
2019-12-25blobmsg: reuse blobmsg_namelen in blobmsg_dataPetr Štetiar
2019-12-25tests: fuzz: fuzz _len variants of checking methodsPetr Štetiar
2019-12-25blobmsg: add _len variants for all attribute checking methodsTobias Schramm
2019-12-25Replace use of blobmsg_check_attr by blobmsg_check_attr_lenTobias Schramm
2019-12-25Ensure blob_attr length check does not perform out of bounds readsTobias Schramm
2019-12-25blobmsg: fix heap buffer overflow in blobmsg_parsePetr Štetiar
2019-12-25blobmsg: make blobmsg_len and blobmsg_data_len return unsigned valuePetr Štetiar
2019-12-25tests: add test cases for blobmsg parsingPetr Štetiar
2019-12-25test: fuzz: add blobmsg_check_attr crashesPetr Štetiar
2019-12-25blob: fix OOB access in blob_check_typePetr Štetiar
2019-12-25tests: use blob_parse_untrusted variantPetr Štetiar
2019-12-25blob: introduce blob_parse_untrustedPetr Štetiar
2019-12-25blob: refactor attr parsing into separate functionPetr Štetiar
2019-12-25test: fuzz: add blob_parse crashesPetr Štetiar
2019-12-25tests: add test cases for blob parsingPetr Štetiar
2019-12-25tests: add libFuzzer based testsPetr Štetiar
2019-12-25tests: add unit tests covered with Clang sanitizersPetr Štetiar
2019-12-25cmake: add more hardening compiler flagsPetr Štetiar
2019-12-08blobmsg/ulog: fix format string compiler warningsPetr Štetiar
2019-12-01cmake: use extra compiler warnings only on gcc6+Petr Štetiar
2019-11-24tests: jshn: add more test casesPetr Štetiar
2019-11-24jshn: fix missing usage for -p and -o argumentsPetr Štetiar
2019-11-24jshn: fix off by one in jshn_parse_filePetr Štetiar
2019-11-24jshn: jshn_parse: fix leaks of memory pointed to by 'obj'Petr Štetiar
2019-11-24jshn: main: fix leak of memory pointed to by 'vars'Petr Štetiar
2019-11-24jshn: refactor main into smaller piecesPetr Štetiar
2019-11-24avl: guard against theoretical null pointer dereferencePetr Štetiar
2019-11-24blobmsg_json: fix possible uninitialized struct memberPetr Štetiar
2019-11-24base64: fix possible null pointer dereferencePetr Štetiar
2019-11-24add assert.h componentPetr Štetiar
2019-11-24add cram based unit testsPetr Štetiar
2019-11-20add initial GitLab CI supportPetr Štetiar
2019-11-20enable extra compiler checksPetr Štetiar
2019-11-20iron out all extra compiler warningsPetr Štetiar
2019-10-29vlist: add more macros for loop iterationYousong Zhou
2019-10-21libubox, jshn: add option to write output to a fileRoman Yeryomin
2019-06-16ustream: Add format string checks to ustream_(v)printf()Hauke Mehrtens
2019-06-16libubox: add format string checking to ulog()Kristupas Savickas
2019-02-27blobmsg_json: blobmsg_format_string: do not escape '/'Yousong Zhou
2018-07-25fix segfault when passed blobmsg attr is NULLJohn Crispin
2018-06-07utils: add const_* byteswapping functionsFelix Fietkau
2018-04-12utils: fix build error with g++Felix Fietkau