maxmind / geoipupdate-legacy

GeoIP update client code
GNU General Public License v2.0
258 stars 63 forks source link

Replace use of strnlen #74

Closed horgh closed 6 years ago

horgh commented 6 years ago

This implements a version of strnlen internally. strnlen is not part of C99 and is not available on all systems. This is to fix #71.