mirror of https://github.com/BOINC/boinc.git
initialize fields in constructor
fixes CID 28041 found by Coverity
This commit is contained in:
parent
a58ffd2983
commit
c19cb4675f
|
@ -183,9 +183,12 @@ struct BEST_APP_VERSION {
|
|||
|
||||
BEST_APP_VERSION() {
|
||||
appid = 0;
|
||||
for_64b_jobs = false;
|
||||
present = false;
|
||||
cavp = NULL;
|
||||
avp = NULL;
|
||||
reliable = false;
|
||||
trusted = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue