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/tests
AgeCommit message (Expand)Author
2021-04-29tests: add blob-buffer overflow testZefir Kurtisi
2021-03-09libubox: tests: add more blobmsg/json test casesPeter Seiderer
2021-03-03tests: cram: test_base64: really fix failing testsPetr Štetiar
2021-03-03tests: cram: test_base64: fix failing testsPetr Štetiar
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-21tests: runqueue: try to fix race on GitLab CIPetr Štetiar
2020-05-21libubox: runqueue: fix use-after-free bugAlban Bedel
2020-05-21tests: list: add test case for list_empty iteratorPetr Štetiar
2020-02-27tests: blobmsg: add test caseChris 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_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-25tests: fuzz: fuzz _len variants of checking methodsPetr Š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-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-11-24tests: jshn: add more test casesPetr Štetiar
2019-11-24jshn: fix missing usage for -p and -o argumentsPetr Štetiar
2019-11-24base64: fix possible null pointer dereferencePetr Štetiar
2019-11-24add cram based unit testsPetr Štetiar