Menu

#37 pthread_rwlock_unlock() may do anything on uninitialized locks

open
elva fu
Threads (18)
5
2006-09-14
2006-09-14
No

conformance/interface/pthread_rwlock_unlock/4-1.c checks things on an uninitialized rwlock_t. But Posix says « Results are undefined if any of these functions are called with an uninitialized read-write lock. », so nothing should be tested at all...

Discussion


Log in to post a comment.