Skip to content

WIP: gresolver: use inet_pton()

Michael Catanzaro requested to merge mcatanzaro/kill-inet-aton into master

inet_aton() is obsolete and triggering a downstream disallowed function call checker. It can be trivially replaced with inet_pton() instead.

Edited by Michael Catanzaro

Merge request reports