1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-10 05:03:06 +03:00
Files
glibc/sysdeps/unix/sysv/linux/arc
Aaron Merey e3a6e85d67 Add _FORTIFY_SOURCE support for inet_pton
Add function __inet_pton_chk which calls __chk_fail when the size of
argument dst is too small.   inet_pton is redirected to __inet_pton_chk
or __inet_pton_warn when _FORTIFY_SOURCE is > 0.

Also add tests to debug/tst-fortify.c, update the abilist with
__inet_pton_chk and mention inet_pton fortification in maint.texi.

Co-authored-by: Frédéric Bérat <fberat@redhat.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
2025-03-24 14:43:03 -04:00
..
2020-07-10 16:08:44 -07:00
2023-07-17 10:08:10 -04:00
2020-07-10 16:08:45 -07:00
2023-02-20 10:21:19 -03:00
2020-07-10 16:08:44 -07:00
2021-06-03 08:26:04 +02:00
2025-03-14 15:58:11 +00:00
2020-07-10 16:08:44 -07:00
2021-06-30 08:43:37 +02:00
2024-09-25 15:54:07 +01:00
2021-05-17 10:08:05 +02:00