From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH 5/8] mini-os: fix use-after-free in xs_daemon_close event iteration Date: Tue, 10 Sep 2013 16:37:52 +0200 Message-ID: <20130910143752.GC5964@type.bordeaux.inria.fr> References: <1378823662-20803-1-git-send-email-mattjd@gmail.com> <1378823662-20803-6-git-send-email-mattjd@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1378823662-20803-6-git-send-email-mattjd@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Matthew Daley Cc: Stefano Stabellini , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Matthew Daley, le Wed 11 Sep 2013 02:34:19 +1200, a =E9crit : > We need to get the next pointer before the freeing of the event. > = > Coverity-ID: 1056173 > Signed-off-by: Matthew Daley Acked-By: Samuel Thibault