FRiCKLE / ngx_cache_purge

nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.
http://labs.frickle.com/nginx_ngx_cache_purge/
Other
1.06k stars 310 forks source link

cplcf->conf->purge_all causing segmentation fault #57

Closed machadovilaca closed 7 years ago

machadovilaca commented 7 years ago

Segmentation Fault when trying to purge all the content from nginx cache. cplcf->conf value was 0x0. Fixed by changing cplcf structure field accessed to cplcf->fastcgi.purge_all.