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

virtio: fix potential out of bounds of array access #241

Merged
merged 1 commit into from
May 6, 2024

Conversation

gaojiaqi7
Copy link
Contributor

Closes #205

@gaojiaqi7 gaojiaqi7 force-pushed the 0502/virtio_pci_out_of_bounds branch from fde5b61 to ed15c1a Compare May 6, 2024 01:29
@gaojiaqi7 gaojiaqi7 merged commit f6ac667 into intel:main May 6, 2024
16 checks passed
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.

The index check should be index >= 6 in set_region
2 participants