commit | 9894741751806f567fec358695c73e993cba1a63 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Oct 15 10:36:05 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Oct 15 10:47:24 2019 -0700 |
tree | 443b0dd87eeee296b7fbbd293aea16387851bb56 | |
parent | e676761dc5600be49bac302cd416c4a168f86f8f [diff] |
binder_parcel_fuzzer: avoid timeouts libFuzzer was causing this test to timeout by feeding it, say, 600kb of input, corresponding to 150,000 instructions to run. This kind of input isn't interesting and is distracting from real results, so artificially cutting the maximum input size to 50kb (~ 17,500 instructions). Fixes: 142617274 Test: binder_parcel_fuzzer Change-Id: I320ec57a9d1827ecaec035a3b5414bc4f97c0620