Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
dpdk.28207
dpdk-CVE-2021-3839.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dpdk-CVE-2021-3839.patch of Package dpdk.28207
Index: dpdk-stable-19.11.4/lib/librte_vhost/vhost_user.c =================================================================== --- dpdk-stable-19.11.4.orig/lib/librte_vhost/vhost_user.c +++ dpdk-stable-19.11.4/lib/librte_vhost/vhost_user.c @@ -2559,6 +2559,9 @@ vhost_user_check_and_alloc_queue_pair(st case VHOST_USER_SET_VRING_ADDR: vring_idx = msg->payload.addr.index; break; + case VHOST_USER_SET_INFLIGHT_FD: + vring_idx = msg->payload.inflight.num_queues - 1; + break; default: return 0; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor