Willy Tarreau 94ff03af84 BUG/MEDIUM: ssl: avoid double free when releasing bind_confs
ssl_sock functions don't mark pointers as NULL after freeing them. So
if a "bind" line specifies some SSL settings without the "ssl" keyword,
they will get freed at the end of check_config_validity(), then freed
a second time on exit. Simply mark the pointers as NULL to fix this.
This fix needs to be backported to 1.7 and 1.6.
2016-12-22 22:07:36 +01:00
..
2016-04-03 14:17:42 +02:00
2016-04-03 14:17:42 +02:00
2016-11-24 21:35:34 +01:00
2016-04-03 14:17:42 +02:00
2016-11-29 07:29:57 +01:00
2016-04-20 10:53:12 +02:00
2016-04-03 14:17:42 +02:00