We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a program information provider sets supports_context_header then it must allocate a context with the space for this.
Declared here:
ebpf-for-windows/tests/end_to_end/helpers.h
Line 787 in ff0989f
Allocated here:
Line 723 in ff0989f
Due to the mismatch, doing a prog test run using this mock program causes heap corruption.
The text was updated successfully, but these errors were encountered:
In addition to fixing the test, add a unit test the exercises this code path.
Sorry, something went wrong.
LakshK98
No branches or pull requests
If a program information provider sets supports_context_header then it must allocate a context with the space for this.
Declared here:
ebpf-for-windows/tests/end_to_end/helpers.h
Line 787 in ff0989f
Allocated here:
ebpf-for-windows/tests/end_to_end/helpers.h
Line 723 in ff0989f
Due to the mismatch, doing a prog test run using this mock program causes heap corruption.
The text was updated successfully, but these errors were encountered: