Thread: Summary of coverity bugs
I managed to export some data out into a sort of useful format, primarily the memory leaks. It not as nice as having it with the source, but it should allow people to find the problems (or confirm that they're not problems at all). The line references are all to HEAD. I wanted to make a link to the cvsweb interface but my XSLT skills wern't up to that apparently. http://svana.org/kleptog/temp/pgsql-bin.xml http://svana.org/kleptog/temp/pgsql-ecpg.xml Your browser has to understand XML/XSLT which should be most recent browsers but I'm not totally sure. The first file is the stuff in the src/bin directory, the second in the src/interfaces/ecpg directory. It's a little hard to follow, but it can be done... Hope this helps, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > From each according to his ability. To each according to his ability to litigate.
> I wanted to make a link to the cvsweb interface but my XSLT skills > wern't up to that apparently. The following XSL fragment will do the trick for the cvsweb link: <tr><th align="left">File</th><td> <xsl:element name="a"> <xsl:attribute name="href">http://developer.postgresql.org/cvsweb.cgi/<xsl:value-of select="file"/></xsl:attribute> <xsl:value-of select="file"/> </xsl:element> </td></tr> Cheers, Csaba.
On Tue, Apr 25, 2006 at 02:09:26PM +0200, Csaba Nagy wrote: > > I wanted to make a link to the cvsweb interface but my XSLT skills > > wern't up to that apparently. > > The following XSL fragment will do the trick for the cvsweb link: Thanks, done. If I could select the revision by date, that'd be cool, but appears not to be possible. -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > From each according to his ability. To each according to his ability to litigate.