Date: Wed, 15 Dec 2010 19:30:44 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_umtx.c Message-ID: <201012151931.oBFJV1Ru037467@repoman.freebsd.org>
index | next in thread | raw e-mail
mdf 2010-12-15 19:30:44 UTC
FreeBSD src repository
Modified files:
sys/kern kern_umtx.c
Log:
SVN rev 216463 on 2010-12-15 19:30:44Z by mdf
One of the compat32 functions was copying in a raw timespec, instead of
a 32-bit one. This can cause weird timeout issues, as the copying reads
garbage from the user.
Code by: Deepak Veliath <deepak dot veliath at isilon dot com>
MFC after: 1 week
Revision Changes Path
1.91 +1 -2 src/sys/kern/kern_umtx.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012151931.oBFJV1Ru037467>
