From 67538122780f8a081c774b66884289335c290cbe Mon Sep 17 00:00:00 2001 From: Alisha Nanda Date: Mon, 18 Apr 2022 19:57:02 -0700 Subject: [PATCH] Fix ubsan failure (#29437) --- test/cpp/end2end/xds/xds_end2end_test_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/end2end/xds/xds_end2end_test_lib.h b/test/cpp/end2end/xds/xds_end2end_test_lib.h index 88787f6196c..b4bce72ba60 100644 --- a/test/cpp/end2end/xds/xds_end2end_test_lib.h +++ b/test/cpp/end2end/xds/xds_end2end_test_lib.h @@ -274,7 +274,7 @@ class XdsEnd2endTest : public ::testing::TestWithParam { std::unique_ptr thread_; bool running_ = false; const bool use_xds_enabled_server_; - bool allow_put_requests_; + bool allow_put_requests_ = false; }; // A server thread for a backend server.