...
Wiki Markup |
---|
\[[JLS 2005|AA. Java References#JLS 05]\] [Chapter 17, Threads and Locks|http://java.sun.com/docs/books/jls/third_edition/html/memory.html] \[[Halloway 2000|AA. Java References#Halloway 00]\] \[[MITRE 2009|AA. Java References#MITRE 09]\] [CWE ID 412|http://cwe.mitre.org/data/definitions/412.html] "Unrestricted Lock on Critical Resource" |
Automated Detection
SureLogic Flashlight can detect violations of this guideline. It flags both the noncompliant code examples by specifying: "potential for deadlock."
Related Vulnerabilities
Any vulnerabilities resulting from the violation of this rule are listed on the CERT website.
...