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

contrib/bpf_inspect.py: fix BpfProg repr #450

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Commits on Nov 5, 2024

  1. contrib/bpf_inspect.py: fix BpfProg repr

    When run drgn on kernel v5.4, there is no `tail_call_reachable`
    in `prog-> aux`. Check before retrieving the struct in order to
    avoid panic
    
    Signed-off-by: Ze Gao <[email protected]>
    zegao96 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    952f7a1 View commit details
    Browse the repository at this point in the history