Ticket #8634: uninitialized-var.patch
File uninitialized-var.patch, 448 bytes (added by , 18 years ago) |
---|
-
common/advancedDetector.cpp
315 315 debug(3, "+ %s", tstr.c_str()); 316 316 if (!filesMD5.contains(tstr)) { 317 317 if (testFile.open(file->_key)) { 318 tstr2 = tstr + "."; 318 319 filesSize[tstr] = filesSize[tstr2] = (int32)testFile.size(); 319 320 testFile.close(); 320 321