ABC-012: HIGH socket layer: NETInfo returns garbage, dual-stack bind broken

NET/TCP/UDP/CURL-integration batch (2026-07-07 review). NETInfo reports OK without ever copying the resolved host into the output buffer; the aNETAddress macro memcpys past a stack pad on long hosts; the bind walk aborts on the first EADDRNOTAVAIL instead of trying the next address. CURL's event-loop glue can stall transfers. Most of this is unreachable by tests today because WITH_INET is never on in CI (ABC-017).

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome