mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* nss/digits_dots.c: Set h_errnop if memory allcoation failed.
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
buffer = NULL;
|
||||
buffer_size = 0;
|
||||
__set_errno (save);
|
||||
# ifdef NEED_H_ERRNO
|
||||
*h_errnop = TRY_AGAIN;
|
||||
# endif
|
||||
result = (struct hostent *) NULL;
|
||||
goto done;
|
||||
}
|
||||
|
Reference in New Issue
Block a user