Skip to content

Commit 6361a94

Browse files
committed
uninitialized variable
1 parent c94d8ea commit 6361a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

userspace/libsinsp/filterchecks.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,6 +2146,7 @@ const filtercheck_field_info rawstring_check_fields[] =
21462146
rawstring_check::rawstring_check(string text)
21472147
{
21482148
m_field = rawstring_check_fields;
2149+
m_field_id = 0;
21492150
set_text(text);
21502151
}
21512152

0 commit comments

Comments
 (0)