rockdaboot / libpsl

C library for the Public Suffix List

Home Page:https://rockdaboot.github.io/libpsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `isip()` code with the free code from Paul Vixie

rockdaboot opened this issue · comments

This would allow to drop a runtime dependency on Windows.

The code is e.g. at https://opensource.apple.com/source/xnu/xnu-4903.221.2/libkern/net/inet_pton.c.auto.html

We can simplify or throw out parts of it as we are only interested in a boolean return value.