mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
fixed uninitialised memory read in GxsReputation
This commit is contained in:
parent
dec5c5c4b4
commit
d3cdd15e3f
@ -166,6 +166,7 @@ p3GxsReputation::p3GxsReputation(p3LinkMgr *lm)
|
|||||||
mLastReputationConfigSaved = 0;
|
mLastReputationConfigSaved = 0;
|
||||||
mChanged = false ;
|
mChanged = false ;
|
||||||
mMaxPreventReloadBannedIds = 0 ; // default is "never"
|
mMaxPreventReloadBannedIds = 0 ; // default is "never"
|
||||||
|
mLastCleanUp = time(NULL) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
const std::string GXS_REPUTATION_APP_NAME = "gxsreputation";
|
||||||
|
Loading…
Reference in New Issue
Block a user