We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a2cc42 + 6ae4bac commit 22bcf94Copy full SHA for 22bcf94
1 file changed
include/util/tracer.h
@@ -85,6 +85,7 @@ class tag {
85
// in the base type
86
87
for (unsigned i = 0; i < static_var_snapshots.size(); i++) {
88
+ if (static_var_snapshots[i] == nullptr) continue;
89
h = hash_combine(h, static_var_snapshots[i]->computed_hash);
90
}
91
0 commit comments