]> git.ipfire.org Git - thirdparty/tor.git/commit
Avoid a double-close on one failing case of the socketpair replacement code
authorNick Mathewson <nickm@torproject.org>
Tue, 6 Aug 2013 20:41:57 +0000 (16:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 3 Sep 2013 19:38:25 +0000 (15:38 -0400)
commitd819663b661aea4f276404224fec6fe9c33f0bd9
treefa9a12e2fd4f9a18034db98e2d31681a7c1b4de9
parent031e695aa50f24000ec112d535636807167be436
Avoid a double-close on one failing case of the socketpair replacement code

Fix for bug 9400, spotted by coverity. Bug introduced in revision 2cb4f7a4
(subversion revision r389).
changes/bug9400 [new file with mode: 0644]
src/common/compat.c