ubus/tests/fuzz
Petr Štetiar a1523d76b0 fix blob parsing vulnerability by using blob_parse_untrusted
blob_parse expects blobs from trusted inputs, but it can be supplied
with possibly malicious blobs from untrusted inputs as well, which might
lead to undefined behaviour and/or crash of ubus daemon. In order to
prevent such conditions, switch to blob_parse_untrusted which should
hopefully handle such untrusted inputs appropriately.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-12-19 19:53:25 +01:00
..
corpus add fuzzer and cram based unit tests 2019-12-16 23:39:16 +01:00
CMakeLists.txt add fuzzer and cram based unit tests 2019-12-16 23:39:16 +01:00
test-fuzz.c fix blob parsing vulnerability by using blob_parse_untrusted 2019-12-19 19:53:25 +01:00