X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbinfmt.c;h=e8d65243918453276cc2165076583f9d4b387d12;hb=8ea913b2eaadbd92e069ea6b71cc5f5df409decf;hp=552d8cc227ec5131c1071573560197782e1b6181;hpb=0fe9972f3c2e20b649e0e7da0e61945253622128;p=elogind.git diff --git a/src/binfmt.c b/src/binfmt.c index 552d8cc22..e8d652439 100644 --- a/src/binfmt.c +++ b/src/binfmt.c @@ -33,7 +33,7 @@ #include "util.h" static int delete_rule(const char *rule) { - char *x, *fn, *e; + char *x, *fn = NULL, *e; int r; assert(rule[0]);