efi/libstub: Fix error message in handle_cmdline_files()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 21 Feb 2020 19:18:29 +0000 (20:18 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Sun, 23 Feb 2020 20:57:31 +0000 (21:57 +0100)
commitf01dd5b3d1f4fad9ad4f309632f51ed940991dab
tree7fcff1dd46ea9e1f88b7fa5e63cdf0ba18ba9428
parentba832f68dcf171c5d4439e763d81d14a149355a9
efi/libstub: Fix error message in handle_cmdline_files()

The memory for files is allocated not reallocated.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Link: https://lore.kernel.org/r/20200221191829.18149-1-xypron.glpk@gmx.de
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/file.c