le-proxy: add missing return statement (UAF)

Refs: #501501501501501501501501501
This commit is contained in:
Maximilian Brunner 2017-04-25 23:10:13 +02:00 committed by Azat Khuzhin
parent 0b4b0efdb8
commit 00ae45fe53

View File

@ -194,6 +194,7 @@ accept_cb(struct evconnlistener *listener, evutil_socket_t fd,
perror("Bufferevent_openssl_new");
bufferevent_free(b_out);
bufferevent_free(b_in);
return;
}
b_out = b_ssl;
}