folbricht / routedns

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

Fix captured range variable #370

Closed folbricht closed 6 months ago

folbricht commented 6 months ago

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