https://issues.apache.org/bugzilla/show_bug.cgi?id=52213
--- Comment #1 from Mohsen Vakilian <reprogram...@gmail.com> 2011-11-18 23:31:22 UTC --- (In reply to comment #0) > The boolean flag > "org.apache.catalina.tribes.transport.bio.util.FastQueue.enabled" may be > read/written by multiple threads concurrently (See > <http://svn.apache.org/repos/asf/!svn/bc/1203897/tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/MessageDispatchInterceptor.java>). > Therefore, accesses to it should be properly synchronized. It is sufficient to > make this boolean flag volatile to protect access to it. > > See > <https://www.securecoding.cert.org/confluence/display/java/VNA00-J.+Ensure+visibility+when+accessing+shared+primitive+variables> > for more information about this bug pattern. > > Keshmesh (https://keshmesh.cs.illinois.edu/) is an Eclipse plugin that > analyzes the source code of Java programs for common concurrency bug patterns. > We used Keshmesh to detect this concurrency bug pattern. I made a typo in the URL of Keshmesh the correct URL is <http://keshmesh.cs.illinois.edu/>. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org