From: Harald Hoyer Date: Wed, 16 May 2012 12:22:45 +0000 (+0200) Subject: delta/delta.c: initialize bottom for fail state X-Git-Tag: v183~64 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d966a7b3631a54602297ef3bff1dcaf35cbefd12;p=systemd delta/delta.c: initialize bottom for fail state --- diff --git a/src/delta/delta.c b/src/delta/delta.c index 1a5b08a7..4694fc8b 100644 --- a/src/delta/delta.c +++ b/src/delta/delta.c @@ -231,7 +231,7 @@ finish: static int process_suffix(const char *prefixes, const char *suffix) { const char *p; char *f; - Hashmap *top, *bottom; + Hashmap *top, *bottom=NULL; int r = 0, k; Iterator i; int n_found = 0;