aboutsummaryrefslogtreecommitdiff
path: root/libio/vtables.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05libio: Remove unused pragma weak on vtableAdhemerval Zanella1-2/+0
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto1-0/+478
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-2/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-0/+1
2022-08-01Remove spurious references to _dl_open_hookFlorian Weimer1-4/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-26libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer1-0/+16
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer1-1/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-07-06hurd: Fix PTR_{,DE}MANGLE callsSamuel Thibault1-0/+2
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-0/+70