mirror of https://github.com/BOINC/boinc.git
Lib: initialize field in constructor
fixes CID 28032 found bv Coverity
This commit is contained in:
parent
c07eb04622
commit
a36852a5a0
|
@ -111,5 +111,6 @@ void NOTICE::clear() {
|
||||||
strcpy(project_name, "");
|
strcpy(project_name, "");
|
||||||
strcpy(guid, "");
|
strcpy(guid, "");
|
||||||
strcpy(feed_url, "");
|
strcpy(feed_url, "");
|
||||||
|
keep = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue