[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <010001693a7840a4-9fc27417-7088-431a-9ecd-6836c3293c9d-000000@email.amazonses.com>
Date: Fri, 1 Mar 2019 18:15:53 +0000
From: Christopher Lameter <cl@...ux.com>
To: Shaobo He <shaobo@...utah.edu>
cc: Bart Van Assche <bvanassche@....org>, linux-rdma@...r.kernel.org,
Steve Wise <swise@...lsio.com>,
Doug Ledford <dledford@...hat.com>,
Jason Gunthorpe <jgg@...pe.ca>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] cxgb4: fix undefined behavior in mem.c
On Thu, 28 Feb 2019, Shaobo He wrote:
> I think maybe the more problematic issue is that the value of a freed pointer
> is intermediate.
The pointer is not affected by freeing the data it points to. Thus it
definitely has the same value as before and is not indeterminate.
The pointer points now to an area of memory that could now be in use for
different purposes so maybe it could be taken as a dangerous situation.
But situations like that are common in code.
Powered by blists - more mailing lists