summaryrefslogtreecommitdiff
path: root/trusty/coverage/coverage_test.cpp
diff options
context:
space:
mode:
authorDylan Katz <dylan.katz@leviathansecurity.com>2020-09-11 11:03:02 -0700
committerDylan Katz <dylan.katz@leviathansecurity.com>2020-09-11 11:03:02 -0700
commit806b3d861927812a06b077912814dda2518f2480 (patch)
tree647c3797ff1d8b2a9a50d300fe5e5a080dffd4e3 /trusty/coverage/coverage_test.cpp
parent3bede4f44f8b80fd7470c4300aba710d30654db3 (diff)
Removed RWLock fuzzer
The class being fuzzed here was too simple for a fuzzer to be effective at finding crashes that were not working as intended. To resolve the issue noted in 163775285 would require the fuzzer to simply use RWLock exactly as intended, defeating the point of fuzzing it. Because of this, we have made the decision to remove this class. It should have a fairly small impact on coverage. In the future, perhaps a better approach would be fuzzing pthread's rwlock methods directly. Test: Made sure the project still builds without RWLock_fuzz. Signed-off-by: Dylan Katz <dylan.katz@leviathansecurity.com> Change-Id: Id5e77d053dc800a982176802dc506d26b54d810f
Diffstat (limited to 'trusty/coverage/coverage_test.cpp')
0 files changed, 0 insertions, 0 deletions