mailing list of musl libc
 help / color / mirror / code / Atom feed
* Patches for DNS resolving
@ 2017-01-19 21:48 KARL BIELEFELDT
  2017-01-19 21:49 ` [PATCH 1/2] Fix name_from_dns_search to handle errors properly KARL BIELEFELDT
  2017-01-19 21:49 ` [PATCH 2/2] Fix digit offset on resolv.conf attempts KARL BIELEFELDT
  0 siblings, 2 replies; 9+ messages in thread
From: KARL BIELEFELDT @ 2017-01-19 21:48 UTC (permalink / raw)
  To: musl; +Cc: OMADA_TEAM


Hello,

Following are two patches for DNS resolving.  The first is for two bugs that
cancel each other out during normal operation, but when another error occurs,
like a network timeout, it causes the search to terminate too early.  We
happened to be "fortunate" enough to have a Kubernetes cluster with the
boundary condition for this to occur all the time.

The second patch fixes a copy/paste error we happened to see while reading the
code during debugging of the first issue.

Musl is a great product.  We hope you find these fixes useful.

Sincerely,

Karl Bielefeldt
ADTRAN



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-01-20 16:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-19 21:48 Patches for DNS resolving KARL BIELEFELDT
2017-01-19 21:49 ` [PATCH 1/2] Fix name_from_dns_search to handle errors properly KARL BIELEFELDT
2017-01-19 23:11   ` Rich Felker
2017-01-20  0:13     ` KARL BIELEFELDT
2017-01-20  1:02       ` Rich Felker
2017-01-20 16:23         ` KARL BIELEFELDT
2017-01-19 21:49 ` [PATCH 2/2] Fix digit offset on resolv.conf attempts KARL BIELEFELDT
2017-01-20  3:50   ` Rich Felker
2017-01-20 16:22     ` KARL BIELEFELDT

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).