artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d46973
)
don't leak fcgi fd
author
florian
<florian@openbsd.org>
Sat, 2 Aug 2014 17:42:24 +0000
(17:42 +0000)
committer
florian
<florian@openbsd.org>
Sat, 2 Aug 2014 17:42:24 +0000
(17:42 +0000)
usr.sbin/httpd/server_fcgi.c
patch
|
blob
|
history
diff --git
a/usr.sbin/httpd/server_fcgi.c
b/usr.sbin/httpd/server_fcgi.c
index
f375d8a
..
5129bf1
100644
(file)
--- a/
usr.sbin/httpd/server_fcgi.c
+++ b/
usr.sbin/httpd/server_fcgi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: server_fcgi.c,v 1.1
1 2014/08/02 17:05:18
florian Exp $ */
+/* $OpenBSD: server_fcgi.c,v 1.1
2 2014/08/02 17:42:24
florian Exp $ */
/*
* Copyright (c) 2014 Florian Obser <florian@openbsd.org>
@@
-153,6
+153,7
@@
server_fcgi(struct httpd *env, struct client *clt)
goto fail;
}
+ clt->clt_fd = fd;
if (clt->clt_srvbev != NULL)
bufferevent_free(clt->clt_srvbev);