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

Fix the parameter error issue of the uprobe type hook. #665

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

cfc4n
Copy link
Member

@cfc4n cfc4n commented Nov 13, 2024

In the cilium/ebpf library, starting from version 0.10, the meaning of the Offset field in the UprobeOptions attribute has changed, and a new Address parameter has been added. Update the assignment of all fields.

In the cilium/ebpf library, starting from version 0.10, the meaning of the Offset field in the UprobeOptions attribute has changed, and a new Address parameter has been added. Update the assignment of all fields.

Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
@cfc4n cfc4n added the 🐞 bug Something isn't working label Nov 13, 2024
@cfc4n cfc4n linked an issue Nov 13, 2024 that may be closed by this pull request
@cfc4n cfc4n merged commit 29bff39 into master Nov 13, 2024
6 checks passed
@cfc4n cfc4n deleted the uprobe-address-offset branch November 13, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The uprobe type hook uses the wrong offset address
1 participant