commit | 842b593cd27b878bc47c7ee1298bf0749266eef5 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Oct 08 00:23:35 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Oct 09 19:51:27 2020 +0000 |
tree | 20fc97785fa7c07c102510233ba62455202ee4c3 | |
parent | 354a51c863c9c5523f2080470b65357f5b2f89f4 [diff] |
binder_parcel_fuzzer: use FuzzedDataProvider This makes the code a little more readable and paves the way for having more complicated Parcel creation. As a side effect, this allows the number of instructions to be run on a parcel to be larger than the size of the parcel itself, so we should increase meaningful coverage for small parcel sizes. Bug: N/A Test: binder_parcel_fuzzer for several minutes Change-Id: I30a8f6c40e5255b3d01b2bacc52990cfb50150f0