DLP: Use Curl_inet_pton() to get a network address 97/256597/1 accepted/tizen/base/20210412.005105 submit/tizen_base/20210408.083657
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 8 Apr 2021 01:28:21 +0000 (10:28 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 8 Apr 2021 01:28:41 +0000 (10:28 +0900)
commit7c89c76e2d99180d4d3526944fb55ed28f36922e
tree7ecf17c4c2f815c3f63304dd7cb826328fe84600
parent148a773811e273cfa4d5d75df9abf1708aacaca4
DLP: Use Curl_inet_pton() to get a network address

conn->ip_addr points to a struct within the DNS cache, so this pointer
is only valid as long as the DNS cache entry remains locked.
Whereas conn->ip_addr_str is available while using the connection.

Change-Id: I8cf239dda0b0d504427afe9809c0f0dcd2264f8d
lib/sendf.c