NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming
https://nlnetlabs.nl/ldns
BSD 3-Clause "New" or "Revised" License
285 stars 94 forks source link

32-bit compatibility for Python SWIG bindings #233

Closed fweimer-rh closed 5 days ago

fweimer-rh commented 5 months ago

The ssize_t type can be int instead of long, and the pointer types are incompatible.

Related to: