On Sunday 28 April 2013, Rainer Jung wrote: > On 26.04.2013 21:18, Jeff Trawick wrote: > Some warnings during "make check" but probably not new: > > test/testlockperf.c:229:17: warning: variable 'lockname' set but > not used test/testmmap.c:122:18: warning: variable 'rv' set but > not used test/testfile.c:739:18: warning: variable 'rv' set but > not used test/testfile.c:925:18: warning: variable 'rv' set but > not used test/testnames.c:272:9: warning: variable 'hadfailed' set > but not used test/echod.c:116:18: warning: variable 'rv' set but > not used test/sockperf.c:206:18: warning: variable 'rv' set but > not used
Backported > Looking through all open issues of 2012 and 2013 I find some which > might be not to much work: > > Bug 54892 - Free without malloc (apr_pool_create_unmanaged_ex) Trunk only, fixed. > > Bug 54779 - apr_sockaddr_info_get() can return APR_SUCCESS when it > fails leading to apache 2.4.4 segv Fixed & backported. > Bug 54093 - Adding support for 'll' (long long) to snprintf New feature, should wait for 1.5 IMHO > Bug 54032 - Default prefix incorrect in configure script > > > Possible trunk backports: > > Bug 53609 - Apache hangs with terminated signal 6 Was already backported. > > Bug 52785 - testall fails if pool debug is enabled Needs new API, must wait for 1.5. But API may change again to allow mpm-event to work with pool debugging, therefore waiting with backport to 1.5. > Cross compilation stuff: > > Bug 53425 - Make more cross compiler friendly at configure time > Bug 53426 - apr_hints: Fixed underquoted definitions > Bug 53427 - apr_network: Fixed underquoted definitions added a > default to TRY_RUN for cross-compiling > Bug 53428 - apr_threads: Fixed underquoted definitions added a > default to TRY_RUN for cross-compiling > > Other bugs that need more analysis or work on a patch: > > Bug 53996 - shmget fails on duplicate ftok > Bug 53906 - make check failures testsockets testime test_exp_get_lt > apr_mcast_hops > Bug 54643 - Application exception from Apache 2.4.3 (with APR > 1.4.6) > > Regards, > > Rainer
