| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Graham Leggett <minf...@sharp.fm> |
| Subject | Re: svn commit: r1000247 - in /httpd/httpd/trunk/modules/cache: cache_storage.c cache_storage.h cache_util.c cache_util.h mod_cache.h |
| Date | Thu, 23 Sep 2010 10:17:48 GMT |
On 23 Sep 2010, at 7:44 AM, Ruediger Pluem wrote:
>> - rv = cache_generate_key(cache, r, r->pool, &key);
>> + if (!cache) {
>> + /* This should never happen */
>> + ap_log_error(APLOG_MARK, APLOG_ERR, APR_EGENERAL, r->server,
>> + "cache: No cache request information
>> available for key"
>> + " generation");
>> + cache->key = "";
>
> This creates a Segfault. We know that cache == NULL.
Indeed. Fixed in r1000395.
Regards,
Graham
--
| |
| Mime |
|
| View raw message | |