]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
One of the compat32 functions was copying in a raw timespec, instead of
authormdf <mdf@FreeBSD.org>
Wed, 15 Dec 2010 19:30:44 +0000 (19:30 +0000)
committermdf <mdf@FreeBSD.org>
Wed, 15 Dec 2010 19:30:44 +0000 (19:30 +0000)
commit60b768f654fc1da5d29aab98583c0c7d6e2ae334
tree3729f1e97aeb72e429a14afee3b4a72ab04f7e1d
parentdd13f4b76e479537afaa94281fc40d59d7e6e342
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
sys/kern/kern_umtx.c