From: Nils Frielinghaus (nils.frielinghaus_at_[hidden])
Date: 2021-10-04 07:33:03


> > This suggests to me that it is not correct to consider the return value EAI_SYSTEM with errno = 0 as a successful return value and that it would be better to handle this as a system error with unidentified cause.

> Yes, treating it as a success would be wrong.
> The question is whether it should be treated as:
> - A valid error
> - A post-condition violation in getaddrinfo

Who would be willing or entitled to do this determination?