Date: Tue, 24 Aug 2010 12:58:54 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/sys Makefile.inc stack_protector.c stack_protector_compat.c Message-ID: <201008241259.o7OCx2Xu006717@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-08-24 12:58:54 UTC
FreeBSD src repository
Modified files:
lib/libc/sys Makefile.inc stack_protector.c
Added files:
lib/libc/sys stack_protector_compat.c
Log:
SVN rev 211748 on 2010-08-24 12:58:54Z by kib
Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition into
the separate .o for libc_pic.a. This prevents rtld from making the
symbol global.
Putting the stack_protector_compat.c into the public domain acknowledged
by kan.
Reviewed by: kan
MFC after: 2 weeks
Revision Changes Path
1.145 +1 -1 src/lib/libc/sys/Makefile.inc
1.8 +1 -3 src/lib/libc/sys/stack_protector.c
1.1 +20 -0 src/lib/libc/sys/stack_protector_compat.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008241259.o7OCx2Xu006717>
