-
Notifications
You must be signed in to change notification settings - Fork 426
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
af_unix info comes out as af_unspec #4219
Comments
Going to run some tests on a 5.13 aarch64. |
@OriGlassman I wasn't able to reproduce it by doing the following - if you have a reproducer, please share with us. Tracee
accept4 with AF_UNIX triggerI've used accept4 since it make use of
Perhaps the workaround mentioned in the issue above and in the #1129 isn't required any more for the supported kernels (and llvm version used). Resultsaarch64
x86_64
--- EDIT Updated above with json outputs as suggested by @ShohamBit. |
Description
Seems the helper 'save_sockaddr_to_buf'
doesn't include this code fix, which results in af_unix becoming af_unspec:
Output of
tracee version
:Output of
uname -a
:Additional details
The text was updated successfully, but these errors were encountered: