Re: svn commit: r817809 - in /apr/apr/branches/1.4.x: CHANGES include/apr_hash.h tables/apr_hash.c

2012-01-30 Thread Philip Martin
Bojan Smojver bo...@rexursive.com writes: On Tue, 2009-09-22 at 20:06 +, minf...@apache.org wrote: URL: http://svn.apache.org/viewvc?rev=817809view=rev Log: The implementation of expand_array() in tables/apr_hash.c allocates a new bucket array, without making any attempt to release the

Re: svn commit: r817809 - in /apr/apr/branches/1.4.x: CHANGES include/apr_hash.h tables/apr_hash.c

2012-01-30 Thread Bojan Smojver
On Mon, 2012-01-30 at 10:22 +, Philip Martin wrote: It was reverted because it means the hash table data is not available in pool cleanup handlers I guess it should then be reverted on the 1.5.x branch as well. -- Bojan

Re: svn commit: r817809 - in /apr/apr/branches/1.4.x: CHANGES include/apr_hash.h tables/apr_hash.c

2012-01-30 Thread Philip Martin
Bojan Smojver bo...@rexursive.com writes: On Mon, 2012-01-30 at 10:22 +, Philip Martin wrote: It was reverted because it means the hash table data is not available in pool cleanup handlers I guess it should then be reverted on the 1.5.x branch as well. Yes, I believe so. -- Philip

Re: svn commit: r1237078 - /apr/apr/trunk/tables/apr_hash.c

2012-01-30 Thread Jim Jagielski
Any intent to TR apr 1.4.6 to address this issue?

Re: [Vote] httpd 2.2.22 release

2012-01-30 Thread William A. Rowe Jr.
On 1/30/2012 4:02 AM, Rainer Jung wrote: We add apu-1-confg --includes to CPPFLAGS and then use CPP and apu_version.h to detect which version we have. That works for most gcc versions, but recent gcc chokes, because apu_version.h includes apr_version.h, which can not be found due to our

Re: [Vote] httpd 2.2.22 release

2012-01-30 Thread Rainer Jung
On 30.01.2012 19:10, William A. Rowe Jr. wrote: On 1/30/2012 4:02 AM, Rainer Jung wrote: We add apu-1-confg --includes to CPPFLAGS and then use CPP and apu_version.h to detect which version we have. That works for most gcc versions, but recent gcc chokes, because apu_version.h includes

Re: [Vote] httpd 2.2.22 release

2012-01-30 Thread William A. Rowe Jr.
On 1/30/2012 12:27 PM, Rainer Jung wrote: On 30.01.2012 19:10, William A. Rowe Jr. wrote: On 1/30/2012 4:02 AM, Rainer Jung wrote: We add apu-1-confg --includes to CPPFLAGS and then use CPP and apu_version.h to detect which version we have. That works for most gcc versions, but recent gcc

Re: svn commit: r1237078 - /apr/apr/trunk/tables/apr_hash.c

2012-01-30 Thread Bojan Smojver
--- Original message --- From: Jim Jagielski Any intent to TR apr 1.4.6 to address this issue? Wasn't really thinking of it, but if it would help, sure. A bit short on time today due to work stuff though. -- Bojan

Hash collisions patch for 0.9.x

2012-01-30 Thread Bojan Smojver
A bit more code change required, so I'll send the patch first, for folks that still use this branch. Let me know what you find. On my x86_64 F-16 machine, all tests pass. -- Bojan Property changes on: . ___ Added: svn:mergeinfo