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