about summary refs log tree commit diff
path: root/resolv/tst-resolv-txnid-collision.c
Commit message (Collapse)AuthorAgeFilesLines
* resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer2020-10-141-0/+329
If the transaction IDs are equal, the old check attributed both responses to the first query, not recognizing the second response. This fixes bug 26600.