[mod_fastcgi] fix segfault if all backends down (fixes #2768)

(thx HenrikHolst)

x-ref:
  "mod_fastcgi segfault in lighttpd-1.4.43"
  https://redmine.lighttpd.net/issues/2768
personal/stbuehler/mod-csrf
Glenn Strauss 6 years ago
parent bb30f44530
commit 40e05e9b8c

@ -1684,6 +1684,8 @@ static fcgi_extension_host * fcgi_extension_host_get(server *srv, connection *co
"on", extension->key,
"are down.");
}
return NULL;
}
/* found a server */

Loading…
Cancel
Save