[Libevent-users] [PATCH] http.c build errors and a segfault (USE_DEBUG only)

2007-09-15 Thread Christopher Layne
Compilation errors in http.c and a segfault during make verify when USE_DEBUG is defined. Index: libevent/http.c === --- libevent/http.c (revision 429) +++ libevent/http.c (working copy) @@ -1174,7 +1174,7 @@ if

Re: [Libevent-users] [PATCH] Fix problems in evport.c

2007-09-15 Thread Nick Mathewson
On Wed, Sep 12, 2007 at 10:23:52AM +0200, Trond Norbye wrote: This patch fix two problems with evport.c on Solaris: 1. The grow-function reallocates the ed_fds array, but ed_pending array may contain pointers to the elements in the ed_fds array. These pointers must be relocated to avoid