You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Davi Arnaut <da...@haxent.com.br> on 2006/09/26 23:17:25 UTC

Re: svn commit: r450188 - /httpd/httpd/trunk/modules/cache/mod_disk_cache.c

On 26/09/2006, at 17:35, minfrin@apache.org wrote:

> Author: minfrin
> Date: Tue Sep 26 13:35:42 2006
> New Revision: 450188
>
> +
> +    char *buf = apr_palloc(p, CACHE_BUF_SIZE);
> +    if (!buf) {
> +        return APR_ENOMEM;
> +    }

IIRC, apache abort()s on memory allocation errors.

--
Davi Arnaut