harden IPv4/IPv6 and Windows/Wine verification - #307
Draft
mark-e-deyoung wants to merge 3 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AF_UNSPECresolutionRoot causes
Wine execution exposed a protocol bug: the CLI reused the network-byte-order frame header as the host-order payload length and assumed every
send/recvcompleted in one call. The client also usedsockaddr_inand first-colon endpoint parsing, so IPv6 was not actually supported. A strict MinGW build additionally exposed a legacy const ABI mismatch, missingcabinetlinkage, and an undeclared toolchain-specificlibmcfgthread-2.dlldeployment dependency.The formal CI had ineffective BFS
-depthassumptions, over-broad message domains, invalid invariants, terminal deadlocks, and vacuous properties. The revised finite models are exhaustive where practical and use explicit DFID for v2.Validation
test_core: 5 consecutive passes after rendezvous synchronization fixWSAEADDRNOTAVAILfor::1, documented as an unavailable-runtime matrix cellGitHub-hosted workflows remain administratively disabled because Actions minutes do not reset until 2026-08-01. No workflows were dispatched or rerun.
Advances #304. Remaining address-family work is tracked for TLS-wrapped TCP, rendezvous, discovery/mDNS, browser/UI zone handling, and RFC 8305 concurrent Happy Eyeballs.
Stacked on #306.