Date: Tue, 7 Sep 2010 12:06:41 +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: <201009071206.o87C6qex063375@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-09-07 12:06:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/sys Makefile.inc stack_protector.c Added files: (Branch: RELENG_8) lib/libc/sys stack_protector_compat.c Log: SVN rev 212290 on 2010-09-07 12:06:41Z by kib MFC r211748: 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. Revision Changes Path 1.142.2.3 +1 -1 src/lib/libc/sys/Makefile.inc 1.5.2.4 +1 -3 src/lib/libc/sys/stack_protector.c 1.1.2.2 +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?201009071206.o87C6qex063375>