X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Facpi-fpdt.c;h=390c3236e097ce8bba1e4ee2a3e4f56d66414bf7;hp=7bae47f85f2fb5199e301233f092a984a002798c;hb=9f1c19405a1ccaf59dcc8c32c13a1619541189ad;hpb=f576cd2092bc40f9998415cdc3caf10035d4743a diff --git a/src/shared/acpi-fpdt.c b/src/shared/acpi-fpdt.c index 7bae47f85..390c3236e 100644 --- a/src/shared/acpi-fpdt.c +++ b/src/shared/acpi-fpdt.c @@ -83,7 +83,7 @@ struct acpi_fpdt_boot { int acpi_get_boot_usec(usec_t *loader_start, usec_t *loader_exit) { _cleanup_free_ char *buf = NULL; struct acpi_table_header *tbl; - size_t l; + size_t l = 0; struct acpi_fpdt_header *rec; int r; uint64_t ptr = 0;