diff options
| author | Nikolay Morozov <n.morozov@securitycode.ru> | 2019-03-26 09:33:57 +0300 |
|---|---|---|
| committer | Nikolay Morozov <n.morozov@securitycode.ru> | 2019-03-26 09:33:57 +0300 |
| commit | 52d9da8790a272a43ac1907c8ba55063bd9a38fe (patch) | |
| tree | a4a1bda1424a856d29612505a0a4ffeac0125a6e /src/event/ngx_event_openssl_stapling.c | |
| parent | 1c906828aee64d8ac7eb4df57f9134e27e709a3d (diff) | |
| download | nginx-52d9da8790a272a43ac1907c8ba55063bd9a38fe.tar.gz nginx-52d9da8790a272a43ac1907c8ba55063bd9a38fe.tar.bz2 | |
SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.
If X509_get_issuer_name() or X509_get_subject_name() returned NULL,
this could lead to a certificate reference leak. It cannot happen
in practice though, since each function returns an internal pointer
to a mandatory subfield of the certificate successfully decoded by
d2i_X509() during certificate message processing (closes #1751).
Diffstat (limited to 'src/event/ngx_event_openssl_stapling.c')
0 files changed, 0 insertions, 0 deletions
