Initialize a test helper class member
This was found to be uninitialized by an internal MSAN bot. Bug: b/276318905 Change-Id: I0f0742113b6a5eba10ec6f51072510c91bf5676b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301401 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39871}
This commit is contained in:
parent
b812b7a86b
commit
4665d60e09
@ -412,7 +412,8 @@ class P2PTransportChannelTestBase : public ::testing::Test,
|
||||
|
||||
rtc::FakeNetworkManager network_manager_;
|
||||
std::unique_ptr<BasicPortAllocator> allocator_;
|
||||
webrtc::AsyncDnsResolverFactoryInterface* async_dns_resolver_factory_;
|
||||
webrtc::AsyncDnsResolverFactoryInterface* async_dns_resolver_factory_ =
|
||||
nullptr;
|
||||
ChannelData cd1_;
|
||||
ChannelData cd2_;
|
||||
IceRole role_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user