fix crash if pthread_mutex_unlock is called without ever locking
this is valid for error-checking mutexes; otherwise it invokes UB and would be justified in crashing.
Showing
想要评论请 注册 或 登录
this is valid for error-checking mutexes; otherwise it invokes UB and would be justified in crashing.