aboutsummaryrefslogtreecommitdiff
path: root/include/bits/inet-fortified-decl.h
AgeCommit message (Collapse)AuthorFilesLines
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat1-0/+1
- Create the __inet_ntop_chk routine that verifies that the builtin size of the destination buffer is at least as big as the size given by the user. - Redirect calls from inet_ntop to __inet_ntop_chk or __inet_ntop_warn - Update the abilist for this new routine - Update the manual to mention the new fortification Reviewed-by: Florian Weimer <fweimer@redhat.com>