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

vm: fix lddw helper definition bug of llvm-jit #82

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

Officeyutong
Copy link
Contributor

@Officeyutong Officeyutong commented Nov 13, 2023

The bug could be seen at

JITEvaluatedSymbol::fromPointer(vm->map_by_fd);

I mistyped the function address, causing all lddw helpers were registered to the same native function. This PR fixes it, and adds a number of log statements

@Officeyutong Officeyutong marked this pull request as ready for review November 14, 2023 06:34
@yunwei37 yunwei37 merged commit e4d87b8 into eunomia-bpf:master Nov 15, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants