Date: Sat, 14 Nov 2009 18:14:07 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsserver nfs_fha.c Message-ID: <200911141814.nAEIENgP078463@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-11-14 18:14:07 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_fha.c Log: SVN rev 199274 on 2009-11-14 18:14:07Z by marcel Fix an obvious panic by not casting from a pointer that is 4-bytes alignment to a type that needs 8-byte alignment, and thus causing misaligned memory references. MFC after: 1 week Revision Changes Path 1.5 +6 -1 src/sys/nfsserver/nfs_fha.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911141814.nAEIENgP078463>