]> git.ipfire.org Git - thirdparty/glibc.git/commit
inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 10 Nov 2021 18:32:42 +0000 (15:32 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 8 Mar 2022 15:51:29 +0000 (12:51 -0300)
commit2da6e439164c54bac4d5fd1320e32f8e16c1a6be
treea21f8a1f74b304a02e132392295f03bf9baad85e
parentb3c68b10afddf160c09c6862341b7fcfcaac901c
inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory

It aligns NI_NOFQDN with default behavior for getnameinfo().

Checked on x86_64-linux-gnu.
inet/getnameinfo.c