mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-22 11:00:16 +00:00
#45: use static buffer
This commit is contained in:
@@ -927,7 +927,9 @@ get_resolvconf_addr()
|
||||
|
||||
ret = GetNetworkParams(fixed_info, &buflen);
|
||||
if (ret == NO_ERROR) {
|
||||
rv = fixed_info->DnsServerList.IpAddress.String;
|
||||
strncpy(addr, fixed_info->DnsServerList.IpAddress.String, sizeof(addr));
|
||||
addr[15] = 0;
|
||||
rv = addr;
|
||||
}
|
||||
#endif
|
||||
return rv;
|
||||
|
Reference in New Issue
Block a user