Skip to content

Commit

Permalink
le-proxy: add missing return statement (UAF)
Browse files Browse the repository at this point in the history
Refs: #501501501501501501501501501
  • Loading branch information
MaximilianBrunner authored and azat committed Apr 29, 2017
1 parent 0b4b0ef commit 00ae45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/le-proxy.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 00ae45f

Please sign in to comment.