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-05-26blobmsg: drop old comment about json formatting functionsRafał Miłecki
2020-05-26blobmsg: fix missing length checksFelix Fietkau
2020-05-26blobmsg: simplify and fix name length checks in blobmsg_check_nameFelix Fietkau
2020-05-26blobmsg: fix length in blobmsg_check_arrayFelix Fietkau
2020-05-26tests: add fuzzer seed file for crash in blob_lenPetr Štetiar
2020-05-24blob: make blob_parse_untrusted more permissiveMatthias Schiffer
2020-05-24blobmsg: fix attrs iteration in the blobmsg_check_array_len()Rafał Miłecki
2020-05-21tests: runqueue: try to fix race on GitLab CIPetr Štetiar
2020-05-21libubox: runqueue: fix use-after-free bugAlban Bedel
2020-05-21libubox: runqueue fix comment in headerChris Nisbet
2020-05-21tests: list: add test case for list_empty iteratorPetr Štetiar
2020-02-27tests: blobmsg: add test caseChris Nisbet
2020-02-27blobmsg: fix wrong payload len passed from blobmsg_check_arrayChris Nisbet
2020-01-20blobmsg: blobmsg_parse and blobmsg_parse_array oob read fixesJuraj Vijtiuk
2020-01-20tests: prefer dynamically allocated buffersPetr Štetiar
2020-01-20blobmsg_json: prefer snprintf usagePetr Štetiar
2020-01-20blobmsg: blobmsg_vprintf: prefer vsnprintfPetr Štetiar
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