diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-24 13:49:51 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-24 13:49:51 +0000 |
commit | ff5be747155d5169269906be49ced628d25a6a3c (patch) | |
tree | a44c5af38375a5c83beb194e3ad882f0e01aea5e /usr.sbin/rpki-client/repo.c | |
parent | 8214fd55c7086be768458ec2e27ab6ec91662528 (diff) |
Avoid use of uninitialized in tlsext_sni_server_parse()
If the hostname is too long, tlsext_sni_is_valid_hostname() will fail
without having initialized *is_ip. As a result, the garbage value could
lead to accepting (but otherwise ignoring) overlong and possibly invalid
hostnames without erroring in tlsext_sni_server_parse().
ok inoguchi jsing
Diffstat (limited to 'usr.sbin/rpki-client/repo.c')
0 files changed, 0 insertions, 0 deletions