[PATCH v2 01/12] Simplify allocations and fix merge and continue actions [BZ #28931]

Andreas Schwab schwab@linux-m68k.org
Mon Mar 14 10:30:39 GMT 2022


On Mär 14 2022, Siddhesh Poyarekar via Libc-alpha wrote:

> +    fprintf (fp, "192.0.%d.%d gnu.org\n", (i / 256) & 0xff, i & 0xff);

> +  int ret = getaddrinfo ("gnu.org", "80", &hints, &ai);

Shouldn't that use example.org?

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


More information about the Libc-alpha mailing list