Skip to content

Conversation

OriGlassman
Copy link
Collaborator

@OriGlassman OriGlassman commented Jun 9, 2024

1. Explain what the PR does

ftrace_hook: address tabs in input lines

"Replace me with make check-pr output"

2. Explain how to test it

./tracee -e=ftrace_hook

3. Other comments

closes #4170

ftrace_hook parses lines. It expects words and white spaces in its input. Special characters like tab ('\t') seems to be not rendered as white space.
So replace it to white space explicitly.
Copy link
Collaborator

@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yanivagman yanivagman merged commit 7390c62 into aquasecurity:main Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ftrace_hook: address tab in input lines
2 participants