projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b989f2
)
MINOR: ssl: initialize explicitly the sni_ctx trees
author
William Lallemand
<wlallemand@haproxy.com>
Fri, 4 Oct 2019 09:44:57 +0000
(11:44 +0200)
committer
William Lallemand
<wlallemand@haproxy.org>
Fri, 11 Oct 2019 15:32:02 +0000
(17:32 +0200)
include/proto/listener.h
patch
|
blob
|
history
diff --git
a/include/proto/listener.h
b/include/proto/listener.h
index
b245d6e
..
761bff1
100644
(file)
--- a/
include/proto/listener.h
+++ b/
include/proto/listener.h
@@
-157,6
+157,8
@@
static inline struct bind_conf *bind_conf_alloc(struct proxy *fe, const char *fi
bind_conf->xprt = xprt;
bind_conf->frontend = fe;
bind_conf->severity_output = CLI_SEVERITY_NONE;
+ bind_conf->sni_ctx = EB_ROOT;
+ bind_conf->sni_w_ctx = EB_ROOT;
LIST_INIT(&bind_conf->listeners);
return bind_conf;