alexander-naumov / pam2control

Easily configurable authentication provider
GNU General Public License v3.0
3 stars 2 forks source link

Use getaddrinfo() instead of gethostbyname() #21

Closed alexander-naumov closed 3 years ago

alexander-naumov commented 3 years ago

OBS build reports warning:

pam2control.x86_64: I: binary-or-shlib-calls-gethostbyname /lib64/security/pam2control.so
The binary calls gethostbyname(). Please port the code to use getaddrinfo().
alexander-naumov commented 3 years ago

fixed