Re: [PATCH v11 5/5] elf: Remove __chk_fail from dl-minimal.c
Florian Weimer <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
* Adhemerval Zanella: > The elf/rtld-Rules adds $(no-fortify-source) on rtld object, so > __chk_fail is never used. > > Reviewed-by: Florian Weimer <[email protected]> > --- > elf/Makefile | 1 + > elf/dl-minimal.c | 8 -------- > include/sys/cdefs.h | 1 - > 3 files changed, 1 insertion(+), 9 deletions(-) This looks okay to me. Reviewed-by: Florian Weimer <[email protected]> Thanks, Florian