From: Alan T. DeKok Date: Wed, 13 Apr 2022 16:34:04 +0000 (-0400) Subject: initialize handle X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1fa01316d09070dea53fa843c5fd8fe07d8a76c;p=thirdparty%2Ffreeradius-server.git initialize handle --- diff --git a/scripts/build/dlopen.c b/scripts/build/dlopen.c index 3e0de25a683..039d6628a7a 100644 --- a/scripts/build/dlopen.c +++ b/scripts/build/dlopen.c @@ -275,7 +275,7 @@ static char *get_filename(void *handle) */ static char *make_dlopen(__attribute__((unused)) char const *nm, unsigned int argc, char **argv) { - void *handle; + void *handle = NULL; int mode = RTLD_NOW; char *p, *name, *libname; char const *error = NULL;