folbricht / routedns

DNS stub resolver, proxy and router with support for DoT, DoH, DoQ, and DTLS
BSD 3-Clause "New" or "Revised" License
479 stars 63 forks source link

Fix captured range variable #370

Closed folbricht closed 8 months ago

folbricht commented 8 months ago

Fix a possible data-race caused by capturing a range variable as per https://github.com/folbricht/routedns/issues/368