From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH 15/21] vhost: don't dereference invalid dev pointer after its reallocation Date: Mon, 4 Sep 2017 14:58:05 +0100 Message-ID: References: <20170831095023.21037-1-maxime.coquelin@redhat.com> <20170831095023.21037-16-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: mst@redhat.com, vkaplans@redhat.com, jasowang@redhat.com, stable@dpdk.org To: Maxime Coquelin , dev@dpdk.org, yliu@fridaylinux.org, jfreiman@redhat.com, tiwei.bie@intel.com Return-path: In-Reply-To: <20170831095023.21037-16-maxime.coquelin@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 31/08/2017 10:50, Maxime Coquelin wrote: [..] > Problem is that vhost_user_msg_handler() still derenferences old > pointer afterward. Spelling.. :) Code itself looks OK.