This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/13690] pthread_mutex_unlock potentially cause invalid access


https://sourceware.org/bugzilla/show_bug.cgi?id=13690

--- Comment #42 from Torvald Riegel <triegel at redhat dot com> ---
Rich, thanks for the test case, but the code doesn't checks what the futex
syscall returns.  The issue I'm concerned about is not whether there are
spurious wake-ups, but that a spurious wake-up can incorrectly appear to be a
non-spurious one due to the return value of the futex syscall reporting
success.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]