On Mon, Sep 14, 2009 at 1:35 PM, Graham Leggett <[email protected]> wrote:
> [email protected] wrote: > > > Author: trawick > > Date: Mon Sep 14 17:25:07 2009 > > New Revision: 814743 > > > > URL: http://svn.apache.org/viewvc?rev=814743&view=rev > > Log: > > promote, demote > > With everything moved around, I am assuming you are referring to this: > > * htdbm: Avoid buffer overflows. > PR: 30586 > Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=797563 > 2.2.x patch: > http://people.apache.org/~poirier/patch-2.2.x-PR30586.txt<http://people.apache.org/%7Epoirier/patch-2.2.x-PR30586.txt> > +1: poirier, minfrin > -1: trawick (Memory use for dumping the database is now unbounded; it > doesn't even look difficult to avoid allocating/copying.) > > Can you be more specific? > For each key in the database*: allocate memory from a pool, without releasing the pool memory *unbounded I followed up to the original commit with suggested fixes.
