leev / ngx_http_geoip2_module

Nginx GeoIP2 module
BSD 2-Clause "Simplified" License
961 stars 182 forks source link

An incorrect auto_reload interval value causes a segfault #90

Closed kuzminets closed 1 year ago

kuzminets commented 3 years ago

Steps to reproduce the issue

  1. Make a typo in auto_reload interval:
    auto_reload 6hh;
  2. Check Nginx config syntax:
    # nginx -t
    Segmentation fault (core dumped)