diff --git a/trusty/fuzz/include/trusty/fuzz/utils.h b/trusty/fuzz/include/trusty/fuzz/utils.h index c90641258..cf4962ee9 100644 --- a/trusty/fuzz/include/trusty/fuzz/utils.h +++ b/trusty/fuzz/include/trusty/fuzz/utils.h @@ -21,7 +21,7 @@ #include #include -#define TIPC_MAX_MSG_SIZE PAGE_SIZE +#define TIPC_MAX_MSG_SIZE 4096 namespace android { namespace trusty {