Fixing Covertity warning (CID 1356391).

This commit is contained in:
Robin Sommer 2016-06-13 08:16:34 -07:00
parent cfe9ba28dd
commit 151f9d6ced
3 changed files with 9 additions and 1 deletions

View file

@ -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 2.4-600 | 2016-06-07 15:53:19 -0700
* Fixing typo in BIF macros. Reported by Jeff Barber. (Robin Sommer) * Fixing typo in BIF macros. Reported by Jeff Barber. (Robin Sommer)

View file

@ -1 +1 @@
2.4-600 2.4-602

View file

@ -25,6 +25,7 @@ DebugLogger::Stream DebugLogger::streams[NUM_DBGS] = {
DebugLogger::DebugLogger() DebugLogger::DebugLogger()
{ {
verbose = false; verbose = false;
file = 0;
} }
DebugLogger::~DebugLogger() DebugLogger::~DebugLogger()