From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0740742407668604471==" MIME-Version: 1.0 From: Denis Kenzior Subject: Re: [PATCH v2] cert: Fix warning of possible uninitialized var Date: Fri, 22 Jan 2021 10:15:21 -0600 Message-ID: In-Reply-To: <20210118182028.964376-1-brian.gix@intel.com> List-Id: To: ell@lists.01.org --===============0740742407668604471== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Andrew, On 1/18/21 12:20 PM, Brian Gix wrote: > ell/cert-crypto.c: In function =E2=80=98cert_pkcs12_pbkdf=E2=80=99: > ell/cert-crypto.c:244:3: error: =E2=80=98bmpstring=E2=80=99 may be used u= ninitialized in this function [-Werror=3Dmaybe-uninitialized] > 244 | explicit_bzero(bmpstring, passwd_len); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > --- > ell/cert-crypto.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > = Do you have any comments on this patch or should I take it in? Regards, -Denis --===============0740742407668604471==--