Re: apr_reslist_release does not notice double releases. Bug or feature?

2006-03-07 Thread Ruediger Pluem
On 03/07/2006 12:34 AM, Nick Kew wrote: On Monday 06 March 2006 22:37, Ruediger Pluem wrote: How does a resource get released more than once? Are we talking about logic equivalent to a double-free, or something more subtle? Yes, it is a simple double-free problem. Just do

Re: [PATCH]: Fix column name memory allocation for SQLite3

2006-03-07 Thread Bojan Smojver
Quoting Bojan Smojver [EMAIL PROTECTED]: This patch fixes memory allocation problems with column names in both 1.2.2 and trunk. It compiled fine on FC4. Just being a pest... What are the chances of this patch and the bounds checking patch for SQLite2/3 being applied to 1.2.x and trunk? --

Selective APR build

2006-03-07 Thread DeTerra, David J
If I was looking to leave out certain packages of the apr build, what would anyone recommend as the best way to approach this within the apr build system. Thanks, David

Re: Selective APR build

2006-03-07 Thread William A. Rowe, Jr.
DeTerra, David J wrote: If I was looking to leave out certain packages of the apr build, what would anyone recommend as the best way to approach this within the apr build system. Any approach you like as long as it isn't installed to a system path, e.g. /usr/lib or /usr/local/lib. Because

RE: Selective APR build

2006-03-07 Thread DeTerra, David J
Ok, as a follow on to this, and I apologize for sounding somewhat ignorant, I am attempting to build a scaled down version of the apr libraries for use within an embedded platform, so I am not necessarily worried about system-wide installations, although I do appreciate the concern. I have been