]> jfr.im git - irc/weechat/weechat.git/commit
core: replace inet_addr() with inet_pton()
authorLuK1337 <redacted>
Tue, 26 Sep 2023 13:33:36 +0000 (15:33 +0200)
committerSébastien Helleu <redacted>
Tue, 26 Sep 2023 15:12:03 +0000 (17:12 +0200)
commit0bb59989883ca5f25b4131a73e9f783d29070972
treefae88fb0ba64f1b94c4e9a817493290b74a7db5f
parentb58f70454220b28402e1baa1e1e2c5152e540448
core: replace inet_addr() with inet_pton()

man pages as well as rpminspect suggest that we shouldn't be using
inet_addr().
src/core/wee-network.c