Detected by Coverity Scan. Issue 740560
#ifndef SQUID_STORE_REBUILD_H_
#define SQUID_STORE_REBUILD_H_
-// currently a POD
class StoreRebuildData
{
public:
+ StoreRebuildData() :
+ objcount(0),
+ expcount(0),
+ scancount(0),
+ clashcount(0),
+ dupcount(0),
+ cancelcount(0),
+ invalid(0),
+ badflags(0),
+ bad_log_op(0),
+ zero_object_sz(0)
+ {}
+
int objcount; /* # objects successfully reloaded */
int expcount; /* # objects expired */
int scancount; /* # entries scanned or read from state file */