commit | 33efcf6fac6e1b4d881ef6e0e4c7155c1aa5f66e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Apr 10 16:40:43 2020 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Sat Apr 11 02:32:39 2020 +0000 |
tree | 15857010e2383cdb656776ce0895e776b2d93890 | |
parent | a1e4987185c161d9114d49786d790728d3457477 [diff] |
Clear 'sHadError' in entry point. The fuzzer invokes aidl_entry multiple times in a single run, and if one of these runs through an error and one succeeds, we are unnecessarily hitting this check. We could make this problem go away by passing around a 'context' object instead. This is something to consider if we run into this type of thing again. Fixes: 153709262 Test: fuzzer, see added corpus entry Change-Id: I4eb96456e1e24790cc667b8e414c6c34e8814d87