Merge "trusty: tipc_fuzzer: Remove use of PAGE_SIZE" into main

This commit is contained in:
Treehugger Robot 2023-10-12 21:11:25 +00:00 committed by Gerrit Code Review
commit 8eda323bc2

View file

@ -21,7 +21,7 @@
#include <android-base/result.h>
#include <android-base/unique_fd.h>
#define TIPC_MAX_MSG_SIZE PAGE_SIZE
#define TIPC_MAX_MSG_SIZE 4096
namespace android {
namespace trusty {