CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/21 03:50:31
Modified files:
lib/libc/asr : gethostnamadr_async.c res_send_async.c
Log message:
DNS names are not proper C strings, they can contain NUL octets.
If we want to use string functions (e.g. for comparison) we first need
to convert them.
with dgl some time ago
OK dlg
