dev  

Re: svn commit: r677505 - /apr/apr-util/trunk/misc/apr_reslist.c

Bojan Smojver
Sat, 19 Jul 2008 20:56:55 -0700

Quoting "Bojan Smojver" <[EMAIL PROTECTED]>:

The above will lead in the subsequent sub-pool destruction (through the
regular pool machinery) to segfaults (because that cleanup will refer
to already destroyed resource).

Of course, depending on resource list creation parameters, the above may cause problems in the current implementation as well, or may (accidentally) work.

--
Bojan