You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Paul Querna <ch...@force-elite.com> on 2003/09/18 06:43:59 UTC

[PATCH] apr_reslist - check return value of create_resource

Balazs Mezodi mentioned this problem more than a week ago (
http://marc.theaimsgroup.com/?l=apr-dev&m=106249161123522&w=2 ), but it hasn't
been fixed.  

Its a trivial fix to check the return code of create_resource in
reslist_acquire, but here is a patch in the hope that someone will pick it up.

-Paul Querna

Re: [PATCH] apr_reslist - check return value of create_resource

Posted by Cliff Woolley <jw...@virginia.edu>.
On Wed, 17 Sep 2003, Paul Querna wrote:

> Balazs Mezodi mentioned this problem more than a week ago (
> http://marc.theaimsgroup.com/?l=apr-dev&m=106249161123522&w=2 ), but it hasn't
> been fixed.
>
> Its a trivial fix to check the return code of create_resource in
> reslist_acquire, but here is a patch in the hope that someone will pick
> it up.

Committed to both branches.

--Cliff