commit | 8d7b5178240b05f3afab073ad606b40f27d538f2 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Wed Jun 17 20:32:34 2020 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Wed Jun 17 20:36:28 2020 +0200 |
tree | df8c30069cfe566976c5eea68de0e87630e93104 | |
parent | f86a106f68531bad6210ff6a272f9c73bd801c06 [diff] |
BUG/MEDIUM: fd: Don't fd_stop_recv() a fd we don't own. In fd_takeover(), if we failed to grab the fd, when a double-width compare-and-swap is not implemented, do not call fd_stop_recv() on the fd, it is not ours and may be used by another thread.