Date: Mon, 19 Feb 2001 17:09:24 +0900 From: Hiroaki Etoh <etoh@trl.ibm.co.jp> To: security@FreeBSD.ORG Subject: Re: Base system with gcc stack-smashing protector Message-ID: <20010219170924T.etoh@trl.ibm.com> In-Reply-To: <001801c099a5$2274afe0$cc01a8c0@xyf> References: <20010216182625I.etoh@trl.ibm.com> <001801c099a5$2274afe0$cc01a8c0@xyf>
next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 18 Feb 2001 20:20:02 +0800, "bsddiy" <bsddiy@telekbird.com.cn> wrote: > will the patch be merged to FreeBSD 4.3 or FreeBSD 5.0? > > Regards, > David Xu I think you can merge the patch to FreeBSD 4.3 or others, because the patch consists of the following three parts and we don't change the source code of base system except gcc. 1. gcc extension, which is periodically submitted to gcc-patch mailing list by Hiroaki Etoh. 2. patch to the Makefile in src/libexec/rtld-elf, which doesn't change the source code itself. It links the object file "stack_smash_handler" compiled with position independent option. 3. patch to the Makefile in src/sys/booti386/loader, which adds the library "-lgcc -lc" for linking loader. I'll appreciate receiving the result whether the patche is applied to FreeBSD 4.3 or FreeBSD 5.0. Regards, Hiroaki Etoh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010219170924T.etoh>