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 a nullptr access in the DPDK back end. #4712

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Conversation

fruffy
Copy link
Collaborator

@fruffy fruffy commented Jun 6, 2024

Fix a complaint by the sanitizer about nullpointer access.This can happen when the pass manager throws an error. The error handling in the backend.cpp and dpdkArch.cpp files was not correct.

@fruffy fruffy added run-sanitizer Use this tag to run a Clang+Sanitzers CI run. dpdk Topics related to the DPDK back end labels Jun 6, 2024
@fruffy fruffy requested review from asl and vlstill June 6, 2024 15:18
@fruffy fruffy added this pull request to the merge queue Jun 6, 2024
Merged via the queue into main with commit f2e9be9 Jun 6, 2024
17 checks passed
@fruffy fruffy deleted the fruffy/fix_sanitizer branch June 6, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dpdk Topics related to the DPDK back end run-sanitizer Use this tag to run a Clang+Sanitzers CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants