mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixing Covertity warning (CID 1356391).
This commit is contained in:
parent
cfe9ba28dd
commit
151f9d6ced
3 changed files with 9 additions and 1 deletions
7
CHANGES
7
CHANGES
|
@ -1,4 +1,11 @@
|
|||
|
||||
2.4-602 | 2016-06-13 08:16:34 -0700
|
||||
|
||||
* Fixing Covertity warning (CID 1356391). (Robin Sommer)
|
||||
|
||||
* Guarding against reading beyond packet data when accessing L2
|
||||
address in Radiotap header. (Robin Sommer)
|
||||
|
||||
2.4-600 | 2016-06-07 15:53:19 -0700
|
||||
|
||||
* Fixing typo in BIF macros. Reported by Jeff Barber. (Robin Sommer)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.4-600
|
||||
2.4-602
|
||||
|
|
|
@ -25,6 +25,7 @@ DebugLogger::Stream DebugLogger::streams[NUM_DBGS] = {
|
|||
DebugLogger::DebugLogger()
|
||||
{
|
||||
verbose = false;
|
||||
file = 0;
|
||||
}
|
||||
|
||||
DebugLogger::~DebugLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue