summaryrefslogtreecommitdiff
path: root/libsparse/sparse_fuzzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add checking for sparse file formatKeith Mok2022-01-071-8/+19
| | | | | | | | | | | | | | | | Sparse file can come from an untrusted source. Need more checking to ensure that it is not a malformed file and would not cause any OOB read access. Update fuzz test for decoding also. Ignore-AOSP-First: Awaiting security triage Test: adb reboot fastboot fuzzy_fastboot --gtest_filter=Fuzz.Sparse* fuzzy_fastboot --gtest_filter=Conformance.Sparse* sparse_fuzzer Bug: 212705418 Change-Id: I7622df307bb00e59faaba8bb2c67cb474cffed8e
* Add fuzzer for libsparsehamzeh2019-09-251-0/+16
Bug: 141129284 Test: SANITIZE_TARGET="hwaddress fuzzer' make libsparse_fuzzer Change-Id: I54e19d399f7ea29a45734f1ddc520ceec56add09