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.
This commit is contained in:
@@ -37,6 +37,13 @@ Linux, and all uploaded certificate bundles were forgotten after restart.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<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.
|
||||
|
||||
Reference in New Issue
Block a user