On 26/09/2006, at 17:35, [EMAIL PROTECTED] 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



Reply via email to