CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/22 06:19:31
Modified files:
lib/libc/asr : gethostnamadr_async.c
Log message:
Set correct errno field in struct asr_result.
Otherwise gethostbyname(3) returns stack garbage when it is called
with an invalid host name, indicating success.
Problem observed in segfaulting ifconfig(8) by bluhm.
