-
Notifications
You must be signed in to change notification settings - Fork 381
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
Fix execve_map_value in alignchecker #205
Labels
good first issue
Good for newcomers
Comments
Forsworns
added a commit
to Forsworns/tetragon
that referenced
this issue
Jun 29, 2022
1. add alignment checker for both key and value of execve_map 2. append missing details on namespace and capacibilities for running processes during initialization close: cilium#205 Signed-off-by: Peihao Yang <[email protected]>
Forsworns
added a commit
to Forsworns/tetragon
that referenced
this issue
Jun 29, 2022
1. add alignment checker for both key and value of execve_map 2. append missing details on namespace and capacibilities for running processes during initialization close: cilium#205 Signed-off-by: Peihao Yang <[email protected]>
Forsworns
added a commit
to Forsworns/tetragon
that referenced
this issue
Jun 29, 2022
1. add alignment checker for both key and value of execve_map 2. append missing details on namespace and capacibilities for running processes during initialization close: cilium#205 Signed-off-by: Peihao Yang <[email protected]>
Forsworns
added a commit
to Forsworns/tetragon
that referenced
this issue
Jun 29, 2022
1. add alignment checker for both key and value of execve_map 2. append missing details on namespace and capacibilities for running processes during initialization close: cilium#205 Signed-off-by: Peihao Yang <[email protected]>
jrfastab
pushed a commit
that referenced
this issue
Jun 30, 2022
1. add alignment checker for both key and value of execve_map 2. append missing details on namespace and capacibilities for running processes during initialization close: #205 Signed-off-by: Peihao Yang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C and Go structs alignment check failed: execvemap.ExecveValue(48) size does not match execve_map_value(112)
More context in #200
The text was updated successfully, but these errors were encountered: