aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
diff options
context:
space:
mode:
authorGravatar Yihua Zhang <yihuaz@google.com>2018-10-12 16:05:51 -0700
committerGravatar Yihua Zhang <yihuaz@google.com>2018-10-12 16:05:51 -0700
commitbed575c8b1d88f13464bc65822d62810569063d0 (patch)
tree15c39cf7a06c66a45e4390cdb771e11124d2c4d5 /test/core/security
parent57d37ca70fe4f3d9745c161d11dbc30467823eae (diff)
Do not pass interested_parties during handshake
Diffstat (limited to 'test/core/security')
-rw-r--r--test/core/security/ssl_server_fuzzer.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/core/security/ssl_server_fuzzer.cc b/test/core/security/ssl_server_fuzzer.cc
index 1e04691ce2..d2bbb7c1c2 100644
--- a/test/core/security/ssl_server_fuzzer.cc
+++ b/test/core/security/ssl_server_fuzzer.cc
@@ -93,9 +93,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
grpc_handshake_manager* handshake_mgr = grpc_handshake_manager_create();
grpc_server_security_connector_add_handshakers(sc, nullptr, handshake_mgr);
grpc_handshake_manager_do_handshake(
- handshake_mgr, nullptr /* interested_parties */, mock_endpoint,
- nullptr /* channel_args */, deadline, nullptr /* acceptor */,
- on_handshake_done, &state);
+ handshake_mgr, mock_endpoint, nullptr /* channel_args */, deadline,
+ nullptr /* acceptor */, on_handshake_done, &state);
grpc_core::ExecCtx::Get()->Flush();
// If the given string happens to be part of the correct client hello, the