commit | b8688ff87574fad6b3056443a5385010952fb243 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Mon Oct 03 00:11:16 2011 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Mon Oct 03 00:11:16 2011 -0400 |
tree | 7df75ffc26a4ea088ed100bd03309326bdbfce20 | |
parent | 7fe58d3511387ab6c57909f6e4baef58acd6bd56 [diff] |
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.