]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r330527:
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 9 Mar 2018 01:21:22 +0000 (01:21 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 9 Mar 2018 01:21:22 +0000 (01:21 +0000)
commit62a48eb43a098a42671993035aa59d4d7acfa382
treebf72d648bf69282396925a948b01529e235739e9
parent70b05cc3076b3e7c2544f53b766437f1e690c344
MFC r330527:

Use umtx_copyin_umtx_time32() in __umtx_op_lock_umutex_compat32().

Non-NULL timeouts where copied in improperly and could produce failures
due to incompatible data structures.

Reviewed by: kib
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14587

git-svn-id: svn://svn.freebsd.org/base/stable/10@330678 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_umtx.c