mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
- 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>
2 lines
43 B
C
2 lines
43 B
C
#include <inet/bits/inet-fortified-decl.h>
|