]> sourceware.org Git - glibc.git/commit
resolv: Serialize processing in resolv/tst-resolv-txnid-collision
authorFlorian Weimer <fweimer@redhat.com>
Thu, 15 Oct 2020 10:33:13 +0000 (12:33 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 15 Oct 2020 10:33:13 +0000 (12:33 +0200)
commitb8b53b338f6da91e86d115a39da860cefac736ad
treed71c9cabbb74ebb032b221ce1937dd70e2726d26
parentd3a5ae6ad16ba488dec7d15c6554585d9a405336
resolv: Serialize processing in resolv/tst-resolv-txnid-collision

When switching name servers, response processing by two server
threads clobbers the global test state.  (There is still some
risk that this test is negatively impact by packet drops and
packet reordering, but this applies to many of the resolver tests
and is difficult to avoid.)

Fixes commit f1f00c072138af90ae6da180f260111f09afe7a3 ("resolv:
Handle transaction ID collisions in parallel queries (bug 26600)").
resolv/tst-resolv-txnid-collision.c
This page took 0.041892 seconds and 5 git commands to generate.