Re: [PATCH] Cygwin: resolver: cygwin_query() skip response header on internal error

2022-01-19 Thread Corinna Vinschen
On Jan 19 08:12, Anton Lavrentiev via Cygwin-patches wrote: > - When dn_comp() failed internally there is no longer any need to > fill the response header since it's now all cleared upon entry > --- > winsup/cygwin/libc/minires-os-if.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Pus

[PATCH] Cygwin: resolver: cygwin_query() skip response header on internal error

2022-01-19 Thread Anton Lavrentiev via Cygwin-patches
- When dn_comp() failed internally there is no longer any need to fill the response header since it's now all cleared upon entry --- winsup/cygwin/libc/minires-os-if.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/libc/minires-os-if.c b/winsup/cygwin/libc/min