From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Alcantara Date: Mon, 11 Jan 2021 11:14:07 -0300 Subject: [PATCH 1/1] tools: efivar.py should check GUID when deleting In-Reply-To: <20210109011119.12325-1-xypron.glpk@gmx.de> References: <20210109011119.12325-1-xypron.glpk@gmx.de> Message-ID: <87v9c3lfww.fsf@cjr.nz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heinrich Schuchardt writes: > When deleting a variable we must check that the GUID provided by the > user matches the GUID of the variable. > > Signed-off-by: Heinrich Schuchardt > --- > tools/efivar.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Paulo Alcantara (SUSE)