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

[v0.17.0] fix(ebpf): size of mntns/pidns filters key holders (#3337) #3338

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

geyslan
Copy link
Member

@geyslan geyslan commented Jul 25, 2023

1. Explain what the PR does

32ff32e fix(ebpf): size of mntns/pidns filters key holders (#3337) (2023/jul/25) Geyslan Gregório <[email protected]>

Even though the namespace id is a 32-bit integer, the key size for the
mntns/pidns filters has been set to 64-bit. This caused these filters to
not work correctly as their key value was being read beyond limits.

Chore: Add integration tests for mntns/pidns filters.

commit: bb8c4c8 (main), cherry-pick

2. Explain how to test it

3. Other comments

Even though the namespace id is a 32-bit integer, the key size for the
mntns/pidns filters has been set to 64-bit. This caused these filters to
not work correctly as their key value was being read beyond limits.

Chore: Add integration tests for mntns/pidns filters.

commit: bb8c4c8 (main), cherry-pick
@geyslan geyslan self-assigned this Jul 25, 2023
@geyslan geyslan changed the title fix(ebpf): size of mntns/pidns filters key holders (#3337) [v0.17.0] fix(ebpf): size of mntns/pidns filters key holders (#3337) Jul 25, 2023
@geyslan geyslan merged commit feb1e84 into aquasecurity:v0.17.0 Jul 25, 2023
2 checks passed
@geyslan geyslan deleted the cherry-pick-3337 branch July 31, 2023 22:18
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.

1 participant