Re: [dpdk-dev] [PATCH] vhost: check vhost message header size read

2020-02-05 Thread Maxime Coquelin
On 1/17/20 8:54 AM, Tiwei Bie wrote: > On Thu, Jan 16, 2020 at 11:44:44AM +0100, Maxime Coquelin wrote: >> This patch adds a check to ensure the read size of >> the Vhost-user message header is not smaller than >> the expected size. >> >> Fixes: 8f972312b8f4 ("vhost: support vhost-user") >> Cc:

Re: [dpdk-dev] [PATCH] vhost: check vhost message header size read

2020-01-16 Thread Tiwei Bie
On Thu, Jan 16, 2020 at 11:44:44AM +0100, Maxime Coquelin wrote: > This patch adds a check to ensure the read size of > the Vhost-user message header is not smaller than > the expected size. > > Fixes: 8f972312b8f4 ("vhost: support vhost-user") > Cc: sta...@dpdk.org > > Reported-by: Ilja Van Spru

[dpdk-dev] [PATCH] vhost: check vhost message header size read

2020-01-16 Thread Maxime Coquelin
This patch adds a check to ensure the read size of the Vhost-user message header is not smaller than the expected size. Fixes: 8f972312b8f4 ("vhost: support vhost-user") Cc: sta...@dpdk.org Reported-by: Ilja Van Sprundel Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost_user.c | 6