summaryrefslogtreecommitdiffstats
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
2021-03-02libubox: fix BLOBMSG_CAST_INT64 (do not override BLOBMSG_TYPE_DOUBLE)Peter Seiderer
2020-12-13utils: simplify mkdir_p boolean conditionsRui Salvaterra
2020-12-12utils: introduce mkdir_pDaniel Golle
2020-08-06blobmsg: introduce BLOBMSG_CAST_INT64Daniel Golle
2020-07-11examples/lua: attempt to highlight some trapsKarl Palsson
2020-07-11lua/uloop: fd_add: use absolute indices for argumentsKarl Palsson
2020-07-11lua/uloop: make get_sock_fd capable of absolute addressesKarl Palsson
2020-07-11lua/uloop: fd_add() better args checkingKarl Palsson
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-12tests: 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