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

Siddhesh Poyarekar siddhesh@sourceware.org
Mon Mar 14 14:15:20 GMT 2022


On 14/03/2022 16:00, Andreas Schwab wrote:
> 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?
> 

Thanks, fixed in my local copy.

Siddhesh


More information about the Libc-alpha mailing list