FreeBSD Bugzilla – Attachment 182207 Details for
Bug 218987
[patch][linux] panic in linux_sys_futex() with FUTEX_WAKE_OP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for linux_sys_futex()
linux_futex.patch (text/plain), 397 bytes, created by
luke.tw
on 2017-05-01 09:36:43 UTC
(
hide
)
Description:
patch for linux_sys_futex()
Filename:
MIME Type:
Creator:
luke.tw
Created:
2017-05-01 09:36:43 UTC
Size:
397 bytes
patch
obsolete
>Index: sys/compat/linux/linux_futex.c >=================================================================== >--- sys/compat/linux/linux_futex.c (revision 317630) >+++ sys/compat/linux/linux_futex.c (working copy) >@@ -969,7 +969,8 @@ > return (error); > } > futex_lock(f); >- futex_lock(f2); >+ if (f2 != NULL) >+ futex_lock(f2); > > /* > * This function returns positive number as results and
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218987
: 182207