Re: (tomcat) branch main updated: Fix logic bug spotted by Coverity Scan

2024-01-16 Thread Christopher Schultz
refs/heads/main by this push: new bee714eb1d Fix logic bug spotted by Coverity Scan bee714eb1d is described below commit bee714eb1dabfcc07bf410e1145f6c580f14539d Author: Mark Thomas AuthorDate: Mon Jan 15 10:11:59 2024 + Fix logic bug spotted by Coverity Scan --- .../apache

Re: (tomcat) branch main updated: Fix logic bug spotted by Coverity Scan

2024-01-15 Thread Konstantin Kolinko
by this push: > new bee714eb1d Fix logic bug spotted by Coverity Scan > bee714eb1d is described below > > commit bee714eb1dabfcc07bf410e1145f6c580f14539d > Author: Mark Thomas > AuthorDate: Mon Jan 15 10:11:59 2024 + > > Fix logic bug spotted by Coveri

(tomcat) branch 8.5.x updated: Fix logic bug spotted by Coverity Scan

2024-01-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 5a2e706b92 Fix logic bug spotted by Coverity Scan

(tomcat) branch 9.0.x updated: Fix logic bug spotted by Coverity Scan

2024-01-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new e087a29cd4 Fix logic bug spotted by Coverity Scan

(tomcat) branch 10.1.x updated: Fix logic bug spotted by Coverity Scan

2024-01-15 Thread markt
Scan 2f791cfeae is described below commit 2f791cfeae3178ad786118862df1af2a6c32ea71 Author: Mark Thomas AuthorDate: Mon Jan 15 10:11:59 2024 + Fix logic bug spotted by Coverity Scan --- .../apache/tomcat/util/digester/ServiceBindingPropertySource.java| 2 +- webapps/docs/changelog.xml

(tomcat) branch main updated: Fix logic bug spotted by Coverity Scan

2024-01-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new bee714eb1d Fix logic bug spotted by Coverity Scan

[tomcat] branch 8.5.x updated: Use LongAdder for processing time - prompted by Coverity scan report

2023-08-14 Thread markt
- prompted by Coverity scan report d3c79e735a is described below commit d3c79e735a193e561d6b376ee9a69978fca35dda Author: Mark Thomas AuthorDate: Mon Aug 14 17:48:39 2023 +0100 Use LongAdder for processing time - prompted by Coverity scan report --- java/org/apache/catalina/core

[tomcat] branch 9.0.x updated: Use LongAdder for processing time - prompted by Coverity scan report

2023-08-14 Thread markt
- prompted by Coverity scan report 7257f98007 is described below commit 7257f98007f7750daab26706146cc1a4ba8984f0 Author: Mark Thomas AuthorDate: Mon Aug 14 17:48:39 2023 +0100 Use LongAdder for processing time - prompted by Coverity scan report --- java/org/apache/catalina/core

[tomcat] branch 10.1.x updated: Use LongAdder for processing time - prompted by Coverity scan report

2023-08-14 Thread markt
- prompted by Coverity scan report d600476f16 is described below commit d600476f16527d36c5e31847572b82e87b88e187 Author: Mark Thomas AuthorDate: Mon Aug 14 17:48:39 2023 +0100 Use LongAdder for processing time - prompted by Coverity scan report --- java/org/apache/catalina/core

[tomcat] branch main updated: Use LongAdder for processing time - prompted by Coverity scan report

2023-08-14 Thread markt
- prompted by Coverity scan report 0bb2b572b4 is described below commit 0bb2b572b42a5d2740473e04d16d6c36aa92f0c8 Author: Mark Thomas AuthorDate: Mon Aug 14 17:48:39 2023 +0100 Use LongAdder for processing time - prompted by Coverity scan report --- java/org/apache/catalina/core

[tomcat] 02/02: Consistent synchronisation - reported by Coverity scan

2023-08-14 Thread markt
synchronisation - reported by Coverity scan --- java/org/apache/catalina/core/StandardContext.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/core/StandardContext.java b/java/org/apache/catalina/core/StandardContext.java index de33471e5f

[tomcat] branch 9.0.x updated: Consistent synchronisation - reported by Coverity scan

2023-08-14 Thread markt
by Coverity scan e25e7fd2ba is described below commit e25e7fd2bab2cd2373400c06e5959c657d05a7ab Author: Mark Thomas AuthorDate: Mon Aug 14 16:53:20 2023 +0100 Consistent synchronisation - reported by Coverity scan --- java/org/apache/catalina/core/StandardContext.java | 4 +++- 1 file changed

[tomcat] branch 10.1.x updated: Consistent synchronisation - reported by Coverity scan

2023-08-14 Thread markt
by Coverity scan 99decc6841 is described below commit 99decc684174f095adde96311a3a46a0aa78af88 Author: Mark Thomas AuthorDate: Mon Aug 14 16:53:20 2023 +0100 Consistent synchronisation - reported by Coverity scan --- java/org/apache/catalina/core/StandardContext.java | 4 +++- 1 file

[tomcat] branch main updated: Consistent synchronisation - reported by Coverity scan

2023-08-14 Thread markt
Coverity scan 3b1ded20da is described below commit 3b1ded20dab9b2cd59d7d540afcb9b4c2d17a753 Author: Mark Thomas AuthorDate: Mon Aug 14 16:53:20 2023 +0100 Consistent synchronisation - reported by Coverity scan --- java/org/apache/catalina/core/StandardContext.java | 4 +++- 1 file changed, 3

[tomcat] branch master updated: Simplify code. Identified by Coverity Scan.

2019-05-22 Thread markt
Scan. 3d996c7 is described below commit 3d996c769ea6fbed0f44bf5fdee8edaeaa4d3c5a Author: Mark Thomas AuthorDate: Wed May 22 15:34:12 2019 +0100 Simplify code. Identified by Coverity Scan. --- java/org/apache/jasper/compiler/JspUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[tomcat] 01/02: Refactor to avoid unnecessary null checks. Identified by Coverity Scan.

2019-05-18 Thread markt
avoid unnecessary null checks. Identified by Coverity Scan. --- java/org/apache/catalina/connector/Request.java| 18 ++ java/org/apache/catalina/session/StandardSession.java | 10 +- .../catalina/storeconfig/ConnectorStoreAppender.java | 2 +- .../org/apache

[tomcat] branch 7.0.x updated: Fix rare potential NPE identified by Coverity Scan.

2019-05-17 Thread markt
Coverity Scan. c043c29 is described below commit c043c290bd5378216820ccfa25cc795d27d86140 Author: Mark Thomas AuthorDate: Fri May 17 18:05:46 2019 +0100 Fix rare potential NPE identified by Coverity Scan. --- java/org/apache/catalina/connector/CoyoteAdapter.java | 6 -- webapps/docs

[tomcat] branch 8.5.x updated: Fix rare potential NPE identified by Coverity Scan.

2019-05-17 Thread markt
Coverity Scan. c14bc02 is described below commit c14bc021f8337873f850db4cd05a0451d484a8ed Author: Mark Thomas AuthorDate: Fri May 17 18:05:46 2019 +0100 Fix rare potential NPE identified by Coverity Scan. --- java/org/apache/catalina/connector/CoyoteAdapter.java | 6 -- webapps/docs

[tomcat] branch master updated: Fix rare potential NPE identified by Coverity Scan.

2019-05-17 Thread markt
Coverity Scan. 0483c93 is described below commit 0483c93ddd4ab0ac7742e154d1e1e1b3c4475f6c Author: Mark Thomas AuthorDate: Fri May 17 18:05:46 2019 +0100 Fix rare potential NPE identified by Coverity Scan. --- java/org/apache/catalina/connector/CoyoteAdapter.java | 6 -- webapps/docs

[tomcat] branch master updated: Avoid possible NPE reported by Coverity scan

2019-05-04 Thread markt
scan 1488552 is described below commit 1488552190f3272ab1c57baa4ed34e3e1f84e6c9 Author: Mark Thomas AuthorDate: Sat May 4 13:47:12 2019 +0100 Avoid possible NPE reported by Coverity scan --- java/org/apache/catalina/realm/JAASCallbackHandler.java | 2 +- 1 file changed, 1 insertion(+), 1

New Coverity Scan

2015-09-18 Thread Violeta Georgieva
Hi, I uploaded new scan [1] (against Tomcat 8 trunk). Regards, Violeta [1] https://scan.coverity.com/projects/apache-tomcat

Re: Coverity Scan

2015-04-21 Thread Violeta Georgieva
2015-04-21 17:26 GMT+03:00 Violeta Georgieva : > > Hi, > > > 2015-01-22 12:13 GMT+02:00 Violeta Georgieva : > > > > > > > > 2015-01-22 9:02 GMT+02:00 Violeta Georgieva : > > > > > > Hi, > > > > > > I would like to updat

Re: Coverity Scan

2015-04-21 Thread Violeta Georgieva
Hi, 2015-01-22 12:13 GMT+02:00 Violeta Georgieva : > > > > 2015-01-22 9:02 GMT+02:00 Violeta Georgieva : > > > > Hi, > > > > I would like to update the coverity scan report. > > As the previous one was based on Tomcat 8 (back in the time it was trunk)

Re: Coverity Scan

2015-01-22 Thread Violeta Georgieva
2015-01-22 9:02 GMT+02:00 Violeta Georgieva : > > Hi, > > I would like to update the coverity scan report. > As the previous one was based on Tomcat 8 (back in the time it was trunk) I think to base the scan again on Tomcat 8. > > Wdyt? Scan updated. > Regards, > Violeta

Re: Coverity Scan

2015-01-22 Thread Mark Thomas
On 22/01/2015 07:02, Violeta Georgieva wrote: > Hi, > > I would like to update the coverity scan report. > As the previous one was based on Tomcat 8 (back in the time it was trunk) I > think to base the scan again on Tomcat 8. > > Wdyt? +1. Is it worth having separate scan

Re: Coverity Scan

2015-01-22 Thread Violeta Georgieva
2015-01-22 10:48 GMT+02:00 Konstantin Kolinko : > > 2015-01-22 10:02 GMT+03:00 Violeta Georgieva : > > Hi, > > > > I would like to update the coverity scan report. > > As the previous one was based on Tomcat 8 (back in the time it was trunk) I > > thin

Re: Coverity Scan

2015-01-22 Thread Konstantin Kolinko
2015-01-22 10:02 GMT+03:00 Violeta Georgieva : > Hi, > > I would like to update the coverity scan report. > As the previous one was based on Tomcat 8 (back in the time it was trunk) I > think to base the scan again on Tomcat 8. > > Wdyt? +1 Two notes: 1) A project at co

Re: Coverity Scan

2015-01-21 Thread Felix Schumacher
Am 22. Januar 2015 08:02:47 MEZ, schrieb Violeta Georgieva : >Hi, > >I would like to update the coverity scan report. >As the previous one was based on Tomcat 8 (back in the time it was >trunk) I >think to base the scan again on Tomcat 8. > >Wdyt? +1 Fe

Coverity Scan

2015-01-21 Thread Violeta Georgieva
Hi, I would like to update the coverity scan report. As the previous one was based on Tomcat 8 (back in the time it was trunk) I think to base the scan again on Tomcat 8. Wdyt? Regards, Violeta