numam-dpdk/examples/vhost
Maxime Coquelin 82c93a567d examples/vhost: move to safe GPA translation API
This patch uses the new rte_vhost_va_from_guest_pa() API
to ensure the application doesn't perform out-of-bound
accesses either because of a malicious guest providing an
incorrect descriptor length, or because the buffer is
contiguous in guest physical address space but not in the
host process virtual address space.

This issue has been assigned CVE-2018-1059.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2018-04-23 17:12:13 +02:00
..
main.c ethdev: deprecate port count function 2018-04-18 00:48:41 +02:00
main.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile fix ethdev ports enumeration 2018-04-18 00:25:27 +02:00
meson.build examples: disable unsupported examples on BSD build 2018-04-17 16:09:43 +02:00
virtio_net.c examples/vhost: move to safe GPA translation API 2018-04-23 17:12:13 +02:00