From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fiFfG-0000ua-HI for qemu-devel@nongnu.org; Wed, 25 Jul 2018 05:01:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fiFfD-0003dl-Js for qemu-devel@nongnu.org; Wed, 25 Jul 2018 05:00:58 -0400 Received: from mail-oi0-x242.google.com ([2607:f8b0:4003:c06::242]:34948) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fiFfD-0003ch-D9 for qemu-devel@nongnu.org; Wed, 25 Jul 2018 05:00:55 -0400 Received: by mail-oi0-x242.google.com with SMTP id i12-v6so12587132oik.2 for ; Wed, 25 Jul 2018 02:00:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1532496652-26364-1-git-send-email-hongbo.zhang@linaro.org> References: <1532496652-26364-1-git-send-email-hongbo.zhang@linaro.org> From: Peter Maydell Date: Wed, 25 Jul 2018 10:00:34 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v2 1/2] hw/arm: check fw_cfg return value before using it List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hongbo Zhang Cc: =?UTF-8?B?QWxleCBCZW5uw6ll?= , qemu-arm , QEMU Developers , radoslaw.biernacki@linaro.org, Ard Biesheuvel , Leif Lindholm On 25 July 2018 at 06:30, Hongbo Zhang wrote: > The fw_cfg value returned from fw_cfg_find() may be NULL, so check it > before using. > > Signed-off-by: Hongbo Zhang Hi -- this patch series seems to be missing its cover letter. Please could you include a cover letter for any patchset with more than one patch -- some of our automated patch email handling tools rely on it. thanks -- PMM