mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
parent
815b8cbcc9
commit
5f57daf9d1
3 changed files with 8 additions and 3 deletions
5
CHANGES
5
CHANGES
|
@ -1,3 +1,8 @@
|
||||||
|
4.1.0-dev.666 | 2021-05-26 10:51:51 -0700
|
||||||
|
|
||||||
|
* Ensure SessionAdapter members are initialized (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
|
Fixes Coverity #1453273
|
||||||
|
|
||||||
4.1.0-dev.665 | 2021-05-26 08:07:26 +0200
|
4.1.0-dev.665 | 2021-05-26 08:07:26 +0200
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.1.0-dev.665
|
4.1.0-dev.666
|
||||||
|
|
|
@ -95,8 +95,8 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
IPBasedAnalyzer* parent;
|
IPBasedAnalyzer* parent = nullptr;
|
||||||
analyzer::pia::PIA* pia;
|
analyzer::pia::PIA* pia = nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace zeek::packet_analysis::IP
|
} // namespace zeek::packet_analysis::IP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue