Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracee: fix panic when ctrl-c after the boot #3188

Merged

Conversation

josedonizetti
Copy link
Collaborator

1. Explain what the PR does

Fix #3185

check if the event is nil before continuing on all states of the pipeline, to avoid panic when a (ctrl+c seg faults) is send just after the initialization.

stages of the pipeline:

2. Explain how to test it

3. Other comments

Copy link
Contributor

@rafaeldtinoco rafaeldtinoco left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the fix!

Copy link
Member

@geyslan geyslan left a comment

Choose a reason for hiding this comment

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

LGTM

@rafaeldtinoco rafaeldtinoco merged commit 8241463 into aquasecurity:main Jun 12, 2023
25 checks passed
@josedonizetti josedonizetti deleted the fix-panic-when-ctrl-c branch July 13, 2023 10:43
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.

tracee: panic during initialization
3 participants