sd-boot: Fix possible null pointer dereference
authorJan Janssen <medhefgo@web.de>
Wed, 11 Aug 2021 12:59:46 +0000 (14:59 +0200)
committerJan Janssen <medhefgo@web.de>
Thu, 12 Aug 2021 07:48:37 +0000 (09:48 +0200)
commitb52fafb26d90b77cfc259fcbdab3c95a571bacb1
treef7727091a0e6fc665d9e25cab50a0c2961473d77
parentb2cf9922a4cdf8a649c1cc91ba6a3436987d26fa
sd-boot: Fix possible null pointer dereference

Auto entries are showing garbage for the version in print_status()
because StrDuplicate does not expect null pointers.
src/boot/efi/boot.c