Skip to content

Commit

Permalink
fix(userspace/libsinsp): properly inherit rawarg PT_DYN print format.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Oct 20, 2023
1 parent b48ca3f commit 2419d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libsinsp/sinsp_filtercheck_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ int32_t sinsp_filter_check_event::parse_field_name(const char* str, bool alloc_s
res = extract_arg("evt.rawarg", val, &m_arginfo);

m_customfield.m_type = m_arginfo->type;
m_customfield.m_print_format = m_arginfo->fmt;
}
else if(STR_MATCH("evt.around"))
{
Expand Down

0 comments on commit 2419d94

Please sign in to comment.