We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcb213 commit f4c7ab2Copy full SHA for f4c7ab2
1 file changed
src/burp/restore.epp
@@ -9098,9 +9098,10 @@ bool get_db_creator(BurpGlobals* tdgbl)
9098
**************************************/
9099
att_type attribute;
9100
scan_attr_t scan_next_attr;
9101
- TEXT usr[GDS_NAME_LEN];
+ TEXT usr[GDS_NAME_LEN] = {0};
9102
SSHORT uType = 0;
9103
- bool userSet, typeSet;
+ bool userSet = false;
9104
+ bool typeSet = false;
9105
9106
userSet = typeSet = false;
9107
0 commit comments