** CID 1343334: Uninitialized members (UNINIT_CTOR)
/mgmt/Rollback.cc: 101 in Rollback::Rollback(const char *, bool, Rollback*, unsigned int)()
________________________________________________________________________________________________________
*** CID 1343334: Uninitialized members (UNINIT_CTOR)
/mgmt/Rollback.cc: 101 in Rollback::Rollback(const char *, bool, Rollback*, unsigned int)()
95
96 97 if ((numberBackups <= 0) || (flags & CONFIG_FLAG_UNVERSIONED)) {
98 currentVersion = 0;
99 setLastModifiedTime();
100 numberBackups = 0;
CID 1343334: Uninitialized members (UNINIT_CTOR)
Non-static class member "numVersions" is not initialized in this constructor nor in any functions that it calls.
101 return;
102 }
103
104 currentVersion = 0; 105 highestSeen = findVersions_ml(versionQ);
106