[Cs-dev] Where are we with the coverity checks?
Date | 2014-02-04 13:36 |
From | john ffitch |
Subject | [Cs-dev] Where are we with the coverity checks? |
How close are we to closing/rechecking? I am aware that dssi4cs.c is a mess but are there others we need to fix? ==John ffitch ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-02-04 13:43 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] Where are we with the coverity checks? |
I can do another test build if that is desired. On Tue, Feb 4, 2014 at 10:36 AM, john ffitch |
Date | 2014-02-04 13:54 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Where are we with the coverity checks? |
I would prefer to see all the outstanding C++ errors dealt with before you do. The other question I would have is whether all the false positives and the issues in autogenerated code are going to be detected again, or the system will take our annotations onboard? Victor On 4 Feb 2014, at 13:43, Felipe Sateler |
Date | 2014-02-04 14:39 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] Where are we with the coverity checks? |
OK, I will wait then. Coverity has a tool called a modeling file, which is designed to prevent false positives. I'm currently investigating it, but apparently it is just a c file which redefines functions based on some defined coverity primitives. The python project has a modeling file that may be useful for the python wrappers, which produce a lot of false positives[1]. Alternatively, we could just ignore the interfaces directory. [1] https://bitbucket.org/mirror/cpython/src/ccbe2132392b180a082c75789f38afb4174f6cb3/Misc/coverity_model.c?at=default On Tue, Feb 4, 2014 at 10:54 AM, Victor Lazzarini |
Date | 2014-02-04 14:58 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Where are we with the coverity checks? |
Attachments | None None |
Can we ignore not the interfaces directory, but only the generated files? As far as I can see that would be the best solution. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Feb 4, 2014 at 9:39 AM, Felipe Sateler <fsateler@gmail.com> wrote: OK, I will wait then. |
Date | 2014-02-04 15:10 |
From | Felipe Sateler |
Subject | Re: [Cs-dev] Where are we with the coverity checks? |
Yes, one can specify "components" via a file glob pattern, and then choose to ignore whole components. On Tue, Feb 4, 2014 at 11:58 AM, Michael Gogins |