summaryrefslogtreecommitdiff
path: root/trusty/fuzz/counters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trusty/fuzz/counters.cpp')
-rw-r--r--trusty/fuzz/counters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty/fuzz/counters.cpp b/trusty/fuzz/counters.cpp
index 65a3ba6f4..c28fd05a5 100644
--- a/trusty/fuzz/counters.cpp
+++ b/trusty/fuzz/counters.cpp
@@ -33,7 +33,7 @@ using android::base::Result;
* We don't know how many counters the coverage record will contain. So, eyeball
* the size of this section.
*/
-static const size_t kMaxNumCounters = 0x10000;
+static const size_t kMaxNumCounters = 0x8000;
__attribute__((section("__libfuzzer_extra_counters"))) volatile uint8_t counters[kMaxNumCounters];
namespace android {