]> git.ipfire.org Git - thirdparty/glibc.git/commit
Prepare inet_ntop to be fortified
authorFrédéric Bérat <fberat@redhat.com>
Fri, 7 Mar 2025 13:42:26 +0000 (14:42 +0100)
committerFrédéric Bérat <fberat@redhat.com>
Fri, 21 Mar 2025 08:35:16 +0000 (09:35 +0100)
commit84373ef7b72c9c8ab61ce1fdfd798777715a1a52
tree2712a37ae318e7c9bbd2055aa044b287896d3eeb
parentc5113a838b28a8894da19794ca7a69c5ace959a3
Prepare inet_ntop to be fortified

Rename inet_ntop to __inet_ntop and create the inet_ntop weak alias
based on it in order to prepare for disabling fortification when
available.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
include/arpa/inet.h
nss/getnameinfo.c
resolv/inet_ntop.c