https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115970
--- Comment #7 from Arsen Arsenović <arsen at gcc dot gnu.org> --- a reasonable thing to do up-front is allowing the proposed SARIF_SOCKET variable to have a dial[1]-like string so that it can be expanded in the future if needed (though I don't see the need for that right now - I can't imagine anything other than non-abstract Unix stream sockets being a good choice, but likely because I am thinking in a Unix-y framework; other OSes might not provide that but still provide TCP, or some mystery third thing) so, essentially, allowing SARIF_SOCKET=unix:/foo/bar to leave us room to play around with later, even if only unix is supported currently (formally, in this string, everything up to the first ':' would specify the socket family in question, and everything after specifies the address in that socket family) [1] https://godocs.io/net#Dial
