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

Check for leaked ref-count when fuzzing #4053

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Alan-Jowett
Copy link
Member

@Alan-Jowett Alan-Jowett commented Nov 27, 2024

Description

This pull request introduces new functionality for managing the pinning table in the eBPF core and updates the fuzzing harness to include this functionality. The most important changes include adding functions to initiate and terminate the pinning table and updating the fuzzing harness to call these new functions.

eBPF Core Enhancements:

  • Added ebpf_core_initiate_pinning_table() to allocate the pinning table.
  • Added ebpf_core_terminate_pinning_table() to free the pinning table.

Fuzzing Harness Updates:

  • Declared the new pinning table functions in libfuzz_harness.cpp.
  • Updated the fuzz_wrapper destructor to call ebpf_core_terminate_pinning_table() and ebpf_core_initiate_pinning_table().

Testing

CI/CD

Documentation

No.

Installation

No.

Alan Jowett added 3 commits November 27, 2024 14:49
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 this pull request may close these issues.

1 participant