ssi filter

Maxim Dounin mdounin at mdounin.ru
Wed Feb 3 13:33:22 MSK 2010


Hello!

On Wed, Feb 03, 2010 at 08:50:04AM +0100, witekfl Gazeta.pl wrote:

> Shouldn't be cl->next = NULL in ngx_http_ssi_filter_module.c (0.8.33) around
> line 500?

This is not required on normal path as it will be overwritten 
anyway.  The only case when it's not overwritten is memory 
allocation error.  I believe this shouldn't cause any problems as
this chain links are internal to ssi (and it won't be called 
anymore).

Maxim Dounin



More information about the nginx-devel mailing list