Home
There is a forum for libevent on sourceforge?
there is a forum for libevent on sourceforge?
Home
We've moved!
Hi, This patch fixes these issues.
Wow, QNX! Thanks! In the future please use https://github.com/libevent/libevent/...
Is it possible for you to post this here: https://github.com/libevent/libevent/issues...
bufferevent memory leak
NULL Dereferencing for "req->evcon" in http.c
evhttp_make_request return value
here are the files again...
There have been 3 attachments from Richard which are now gone (?!?): Here are my...
Sorry, I forget to mention the libevent version. I use the 2.0.22-stable. But it...
evdns misuses DNS replies with "truncated" flag
currently illumos has followed OpenBSD's lead and added arc4random and arc4random_buf...
Here are my lastest patches for this issue on 2.0.22
This issue (token#354) is to prevent the resource leaks in case of exceptional flow...
http server returns Content-Length:zu
Fails to detect openssl on Windows
sorry for the late reply. when I initially looked into this I recall some commentary...
evhttp_bind_socket() fails to bind to 0.0.0.0 when there are pure IPv6 ifaces
This doesn't really solve my issue since it binds it only to IPv6. I want it on IPv4....
evhttp_bind_socket() fails to bind to 0.0.0.0 when there are pure IPv6 ifaces
evhttp_bind_socket(http, "::", 5000);
:::C evhttp_bind_socket(http, "::", 5000);
:::C evhttp_bind_socket(http, "::", 5000);
:::C evhttp_bind_socket(http, "::", 5000);
Oh, I can reproduce this with 2.0.22 and 2.1.5.
evhttp_bind_socket() fails to bind to 0.0.0.0 when there are pure IPv6 ifaces
evhttp have some problems in iocp background
just for info, if I patch regress_util.c with: @@ -969,7 +968,7 @@ test_evutil_getaddrinfo(void...
FWIW - I get the same error on recent illumos(under omnios) with gcc (using 4.9.2...
good catch thank you
"socklen" issue for PF_INET6
Attached Patch
unreachable code in function http_delete_test ()
fixed it :) link
currently illumos has followed OpenBSD's lead and added arc4random and arc4random_buf...
currently illumos has followed OpenBSD's lead and added arc4random and arc4random_buf...
fixed it
Getting GPG error when trying to verify package
Shifted this issue to https://github.com/libevent/libevent/issues/244
resource leak: new_fd at line 428 of 2.1.5-beta's listener.c
Failed test 'getaddrinfo' in regress_util.c:972
2. Resource leak File descriptor(fd) in "libevent-2.0.22/bufferevent_sock.c"
Dereferencing a null pointer in “lievent-2.0.22/evdns.c”
bufferevent pair event_cb flags
Here's a program that shows the second problem, if signals are added in the parent...
Here's a program that shows the second problem, if signals are added in the parent...
Here's a test program that actually works and demonstrates the first problem (signals...
Diff as attachment.
Ok, please ignore my test program, it is bollocks. I had some debug code in libevent...
Hmm. I can't reproduce on a different Ubuntu box; works on a 2-core, fails on 4-core,...
Er sorry this should be more like: diff --git a/evutil_rand.c b/evutil_rand.c index...