chrislim2888 / IP2Location-C-Library

IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
https://www.ip2location.com
MIT License
61 stars 30 forks source link

Broken on bigendian (regression) #57

Closed remicollet closed 1 year ago

remicollet commented 1 year ago

Test suite segfault on bigendian (ex: s390x)

Ex see https://koji.fedoraproject.org/koji/taskinfo?taskID=101715276

Related to f0a18720cb19d4c34ed7b52abc6e1dc3c8722999 (I will add comment there)

remicollet commented 1 year ago

Notice: version 8.4 was OK

remicollet commented 1 year ago

Fixed by #58