On 28 Jul 2011, at 04:30, NormW wrote: > Hi, > The attached patch is one possible solution for apr_dbd/dbm.c where this can > occur with the present apr configuration. > The same for() loop can be found in apr_crypto.c and apr_dso.c, but as these > files are (atm) not included in the NetWare apr build, there is no change to > these files proposed here.
IMHO it would be preferable to avoid spilling over the #ifdef NETWARE test outside APR. Since apr_pool_parent_get can't tell us whether it's terminated (whoops), maybe another apr_pool_root_get API could substitute for the loop? -- Nick Kew
