]> granicus.if.org Git - libevent/commit
Fix a possible double-free bug in SSL bufferevents with CLOSE_ON_FREE
authorNick Mathewson <nickm@torproject.org>
Sat, 13 Mar 2010 05:23:06 +0000 (00:23 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 13 Mar 2010 05:30:34 +0000 (00:30 -0500)
commit75018951ece71668b56ce688740a62f9d4db9277
treeeb7f4883d78f4b29431e6e63d12095b51cfc73bf
parent0d047c3f11b4639236816c8f7a166e233d88d10c
Fix a possible double-free bug in SSL bufferevents with CLOSE_ON_FREE

With CLOSE_ON_FREE set, we were telling the BIO to free the bufferevent when
it was closed, and also freeing it ourselves.
bufferevent_openssl.c