platform_system_core/trusty/fuzz
Kalesh Singh 5a2b8794fc trusty: tipc_fuzzer: Remove use of PAGE_SIZE
tipc_fuzzer writes random data of length 'size' and then
attempts to read back data up to 'TIPC_MAX_MSG_SIZE' in length.

Since 'size' is unrestricted we can always write more than the
subsequent read; and in effect the fuzzer only checks that we
can read something.

Remove the read buffer's dependency on PAGE_SIZE.

Bug: 294914413
Test: mma
Change-Id: I909b49fda4e6ebf49f69b3c09ac29ff8629215ef
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
2023-10-12 20:02:34 +00:00
..
include/trusty/fuzz trusty: tipc_fuzzer: Remove use of PAGE_SIZE 2023-10-12 20:02:34 +00:00
test enable fuzzing trusty targets automatically 2021-03-11 15:07:01 +00:00
Android.bp enable fuzzing trusty targets automatically 2021-03-11 15:07:01 +00:00
counters.cpp trusty: Increase maximum number of coverage counters 2021-06-24 22:23:21 -07:00
tipc_fuzzer.cpp rpc_binder: Change trusty_tipc_fuzzer to support multiple connections and messages 2023-09-25 23:18:33 +00:00
utils.cpp Trusty: Move tipc fuzzer connection to end of iteration 2021-04-15 01:02:50 +00:00