Merge "gethostbyname: fix crash"
This commit is contained in:
commit
5d36baee95
1 changed files with 1 additions and 0 deletions
|
@ -753,6 +753,7 @@ gethostbyname_internal(const char *name, int af, res_state res, const char *ifac
|
|||
}
|
||||
|
||||
proxy = android_open_proxy();
|
||||
if (proxy == NULL) goto exit;
|
||||
|
||||
/* This is writing to system/netd/DnsProxyListener.cpp and changes
|
||||
* here need to be matched there */
|
||||
|
|
Loading…
Reference in a new issue