Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145809112
D14587.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
408 B
Referenced Files
None
Subscribers
None
D14587.id.diff
View Options
Index: head/sys/kern/kern_umtx.c
===================================================================
--- head/sys/kern/kern_umtx.c
+++ head/sys/kern/kern_umtx.c
@@ -4118,7 +4118,7 @@
if (uap->uaddr2 == NULL)
tm_p = NULL;
else {
- error = umtx_copyin_umtx_time(uap->uaddr2,
+ error = umtx_copyin_umtx_time32(uap->uaddr2,
(size_t)uap->uaddr1, &timeout);
if (error != 0)
return (error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 25, 6:34 PM (4 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28993524
Default Alt Text
D14587.id.diff (408 B)
Attached To
Mode
D14587: Use umtx_copyin_umtx_time32() in __umtx_op_lock_umutex_compat32().
Attached
Detach File
Event Timeline
Log In to Comment