From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3BLj-0007fK-LH for qemu-devel@nongnu.org; Mon, 02 Apr 2018 22:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3BLh-0006XS-0v for qemu-devel@nongnu.org; Mon, 02 Apr 2018 22:07:03 -0400 Date: Mon, 2 Apr 2018 23:06:54 -0300 From: Eduardo Habkost Message-ID: <20180403020654.GI5046@localhost.localdomain> References: <152231456507.69730.15601462044394150786.stgit@bahia.lan> <152231458624.69730.1752893648612848392.stgit@bahia.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <152231458624.69730.1752893648612848392.stgit@bahia.lan> Subject: Re: [Qemu-devel] [PATCH 1/3] exec: fix memory leak in find_max_supported_pagesize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-devel@nongnu.org, Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Cornelia Huck , Alexander Graf , David Hildenbrand , qemu-s390x@nongnu.org, qemu-stable@nongnu.org On Thu, Mar 29, 2018 at 11:09:46AM +0200, Greg Kurz wrote: > The string returned by object_property_get_str() is dynamically allocated. > > Signed-off-by: Greg Kurz Queued, thanks. -- Eduardo