crypto/x509/v3_alt.c: make 'othername' a bit bigger
authorRichard Levitte <levitte@openssl.org>
Mon, 27 Apr 2020 06:43:18 +0000 (08:43 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 Apr 2020 13:52:01 +0000 (15:52 +0200)
commitd0bcad73253b7ea0a6f8a4ebd2aa567257cd2101
tree8ab9477c86614b656a8d1a1a75bcff4e51b64404
parentee6c7cde752992f0fb63820a2c5e63496fd686b1
crypto/x509/v3_alt.c: make 'othername' a bit bigger

We want to fill 'othername' with the contents of 'oline' (256 bytes)
plus some additional text.  We need to ensure that 'othername' is
large enough to contain this.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11656)
crypto/x509/v3_alt.c