diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-03-24 16:38:05 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-03-24 16:38:05 +0300 |
commit | f18a41c84bb573607eaab9fec0c070cd159493f0 (patch) | |
tree | ed40f19c7157c00039cc44a1d41591f93b0a8af1 /docs/changes.xml | |
parent | 178f232b3ad36a763b3b5c2e0ef6f26cc1885229 (diff) | |
download | unit-f18a41c84bb573607eaab9fec0c070cd159493f0.tar.gz unit-f18a41c84bb573607eaab9fec0c070cd159493f0.tar.bz2 |
Certficates: fixed counting DNS SAN entries.
Previously, entries of any type were counted during object allocation
but only DNS type entries were actually processed. As a result,
if some certificate entries had another type, returning information
about the certificate caused uninitialized memory access.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 22adc2dd..ad963c40 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -39,6 +39,13 @@ Linux, and all uploaded certificate bundles were forgotten after restart. <change type="bugfix"> <para> +the controller process could crash while requesting information about a +certificate with a non-DNS SAN entry. +</para> +</change> + +<change type="bugfix"> +<para> the Ruby module didn't respect user locale for defaults in the Encoding class. </para> </change> |