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 libc/4825] buggy unlocking of an unlocked pthread_rwlock_t


------- Additional Comments From jakub at redhat dot com  2007-07-23 05:48 -------
http://www.opengroup.org/onlinepubs/009695399/functions/pthread_rwlock_unlock.html
Results are undefined if the read-write lock rwlock is not held by the calling
thread.
Additionally, all documented errors for pthread_rwlock_unlock are "may fail",
not "shall fail".

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=4825

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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