cvs commit: src/sys/kern kern_umtx.c

[ Available lists | Index of cvs-src-old | Month of Dec 2010 | Week of 15 Dec 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Matthew D Fleming <mdf@FreeBSD.org>
Date
15 Dec 2010 19:31:01
Subject
cvs commit: src/sys/kern kern_umtx.c
Message-ID
201012151931.oBFJV1Ru037467@repoman.freebsd.org


[ Hide this part ]
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

Elapsed time: 0.078 seconds