From: Yu Watanabe Date: Wed, 19 Oct 2016 11:50:47 +0000 (+0900) Subject: boot: fix `bootctl install` segfault (#4404) X-Git-Tag: v232~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ee051b9c7623e148bf0d768cc2677aecf283fc8;p=thirdparty%2Fsystemd.git boot: fix `bootctl install` segfault (#4404) --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index ee6d7eb864c..13cf7e94f07 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -621,7 +621,8 @@ static const char *efi_subdirs[] = { "EFI/systemd", "EFI/BOOT", "loader", - "loader/entries" + "loader/entries", + NULL }; static int create_dirs(const char *esp_path) {