Merge "trusty: Increase maximum number of coverage counters" am: d669e6291c
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1747939 Change-Id: Ib96a882900aabd84295423d857c0ef30190bf8a1
This commit is contained in:
commit
a06497620d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 0x8000;
|
||||
static const size_t kMaxNumCounters = 0x10000;
|
||||
__attribute__((section("__libfuzzer_extra_counters"))) volatile uint8_t counters[kMaxNumCounters];
|
||||
|
||||
namespace android {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue