]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix segfault when loading Plugins
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 3 May 2010 08:02:58 +0000 (10:02 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 12 May 2010 12:19:06 +0000 (14:19 +0200)
bacula/src/lib/plugins.c

index a0af158525ffadfc6a55a0076e10b866ce9f2e08..7b7d324fe056324878f1428afcef9bc8c3693c1e 100644 (file)
@@ -121,6 +121,8 @@ bool load_plugins(void *binfo, void *bfuncs, const char *plugin_dir,
    }
    entry = (struct dirent *)malloc(sizeof(struct dirent) + name_max + 1000);
    for ( ;; ) {
+      plugin = NULL;            /* Start from a fresh plugin */
+
       if ((readdir_r(dp, entry, &result) != 0) || (result == NULL)) {
          if (!found) {
             Jmsg(NULL, M_WARNING, 0, _("Failed to find any plugins in %s\n"),