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
I can re-produce this using libevent 2.0.22, with this as the server: $ while date...
I can re-produce this using libevent 2.0.22, with this as the server: $ while date...
I can re-produce this, with this as the server: $ while date | nc -l 9999 ; do echo...
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...
I'm suggesting the \0 would not be part of the buffer contents, just that it would...
The expectation from an evbuffer is to be a buffer (what you see is what you get),...
I know not everything is a string, but how could having an extra byte (not counted...
good catch thank you
Return a null-terminated buffer from evbuffer_pullup()
Unfortunately this would break many things. Not everything is a string, especially...
"socklen" issue for PF_INET6
Return a null-terminated buffer from evbuffer_pullup()
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"