...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
POS44-C | low | probable | low | P6 | L2 |
...
Bibliography
Wiki Markup |
---|
\[[OpenBSD|AA. Bibliography#OpenBSD]\] [{{signal()}} Man Page|http://www.openbsd.org/cgi-bin/man.cgi?query=signal] \[[MKS|AA. Bibliography#MKS]\] [{{pthread_cancel()}} Man Page|http://www.mkssoftware.com/docs/man3/pthread_cancel.3.asp] \[[Open Group 04|AA. Bibliography#Open Group 04]\] [Threads Overview|http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_09.html] |
...
CON35POS41-C. Avoid deadlock by locking in predefined orderWhen a thread exit status is not of concern, pthread_detach() or an equivalent function must be used 50. POSIX (POS) POS45-C. Avoid memory leaks and cleanup thread specific data for a key by defining an explicit destructor