mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Pre-initialize c-ares channel object. Fixes Coverity 1488318
This commit is contained in:
parent
6e74ffd9b0
commit
6f2bedaa56
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ protected:
|
|||
|
||||
RecordTypePtr dm_rec;
|
||||
|
||||
ares_channel channel;
|
||||
ares_channel channel{};
|
||||
|
||||
using CallbackList = std::list<LookupCallback*>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue