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

Remove unused peer_ptr in grpc server probe #1432

Open
MrAlias opened this issue Dec 16, 2024 · 0 comments · May be fixed by #1431
Open

Remove unused peer_ptr in grpc server probe #1432

MrAlias opened this issue Dec 16, 2024 · 0 comments · May be fixed by #1431
Assignees
Milestone

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Dec 16, 2024

void *peer_ptr = 0;
bpf_probe_read_user(&peer_ptr, sizeof(peer_ptr), (void *)(http2server + http2server_peer_pos));

This looks like left-over.

@MrAlias MrAlias added this to the v0.20.0-alpha milestone Dec 16, 2024
@MrAlias MrAlias changed the title Remove unused peer_ptr Remove unused peer_ptr in grpc server probe Dec 16, 2024
@MrAlias MrAlias self-assigned this Dec 16, 2024
@MrAlias MrAlias linked a pull request Dec 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant