commit | e709e821734c306ae482e537e3ab4960046e386c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 26 21:06:32 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 26 21:23:06 2021 +0100 |
tree | 41cfcb02b7be2d1f887eb9bc8452dbede62d561a | |
parent | 01acf563a77276b6b671271244d2823867ad8db7 [diff] |
CLEANUP: ssl: make ssl_sock_free_srv_ctx() zero the pointers after free In ssl_sock_free_srv_ctx() there are some calls to free() which are not followed by a zeroing of the pointers. For now this function is only used during deinit but it could be used at run time in the near future, so better secure this.