Skip to content
  • Evan Hunt's avatar
    Make netmgr tcpdns send calls asynchronous · 591b79b5
    Evan Hunt authored
    isc__nm_tcpdns_send() was not asynchronous and accessed socket
    internal fields in an unsafe manner, which could lead to a race
    condition and subsequent crash. Fix it by moving tcpdns processing
    to a proper netmgr thread.
    591b79b5