Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bernhard Merkle wrote: > Hi Tony, > > would it make sense to include cvsnt on the coverity scan website ? > (http://scan.coverity.com/) > > What are you using for testing for specific bugs ? > (memleaks, nullpointers etc) > Sounds good to me... if you want to submit 2.5.03 then go ahead. Normally we use the visual studio memory checks (which are actually pretty OK for the day to day stuff) plus valgrind on linux to check for this kind of thing - things like memory leaks would show up really quickly anyway when you checked out a repository... Tony