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

Significantly improve the smear/error handling in the netstat plugin #1492

Merged
merged 2 commits into from
Dec 30, 2024

Conversation

atcuno
Copy link
Contributor

@atcuno atcuno commented Dec 29, 2024

The netstat plugin initially backtraced on 100+ samples in the testing set from bugs in 10+ code locations.

After seeing this, I went through the plugin and revamped it all to bring the error handling up to our current way of doing it.

The plugin now makes it through every sample in the regression set without any backtraces or memory issues.

@atcuno
Copy link
Contributor Author

atcuno commented Dec 29, 2024

This is ready @ikelos

Copy link
Member

@ikelos ikelos left a comment

Choose a reason for hiding this comment

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

The decoding just masks off the lowest bits, so actually this might hit more cases than before...

@ikelos ikelos merged commit cbd03d2 into develop Dec 30, 2024
24 checks passed
@ikelos ikelos deleted the netstat_bug_fixes branch December 30, 2024 00:22
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.

2 participants