Skip to content
  • Witold Kręcicki's avatar
    Fix a shutdown race in netmgr udp · 1cf65cd8
    Witold Kręcicki authored and Evan Hunt's avatar Evan Hunt committed
    We need to mark the socket as inactive early (and synchronously)
    in the stoplistening process; otherwise we might destroy the
    callback argument before we actually stop listening, and call
    the callback on bad memory.
    1cf65cd8