Stop using GeoIP country after buf has gone out of scope
In geoip_parse_entry() (IPv6 case), we find `country` in `buf`, let `buf` go out of scope, then pass `country` to geoip_add_entry(). Let's stop doing that.
issue