Jiwoo Park %!s(int64=2) %!d(string=hai) anos
pai
achega
1d6b22b5f0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      httplib.h

+ 2 - 2
httplib.h

@@ -8659,8 +8659,8 @@ SSLClient::verify_host_with_subject_alt_name(X509 *server_cert) const {
 
   auto type = GEN_DNS;
 
-  struct in6_addr addr6;
-  struct in_addr addr;
+  struct in6_addr addr6 {};
+  struct in_addr addr {};
   size_t addr_len = 0;
 
 #ifndef __MINGW32__