Date: Thu, 11 Nov 2010 00:29:19 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/binutils/bfd opncls.c Message-ID: <201011110029.oAB0TTCM033663@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2010-11-11 00:29:19 UTC FreeBSD src repository Modified files: contrib/binutils/bfd opncls.c Log: SVN rev 215105 on 2010-11-11 00:29:19Z by cperciva Zero the buffer containing the .gnu_debuglink section before writing into it. Prior to this commit the .gnu_debuglink section can have up to 3 bytes of uninitialized garbage; as a result, .ko files could change vary between builds. Approved by: dim MFC after: 7 days Revision Changes Path 1.2 +771 -175 src/contrib/binutils/bfd/opncls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011110029.oAB0TTCM033663>