summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmesg_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmesg_parser.cpp b/dmesg_parser.cpp
index 0a81808..6034965 100644
--- a/dmesg_parser.cpp
+++ b/dmesg_parser.cpp
@@ -23,7 +23,7 @@ namespace dmesg_parser {
const std::string kTimestampRe = "^\\[[^\\]]+\\]\\s";
-DmesgParser::DmesgParser() {
+DmesgParser::DmesgParser() : report_ready_(false) {
std::string bug_types;
for (auto t : {"KFENCE", "KASAN"}) {
if (bug_types.empty()) {