X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7971A.0D2FB402@onstor-exch02.onstor.net>; Tue, 15 May 2007 10:54:14 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C7971A.0D2FB402"
Content-class: urn:content-classes:message
Subject: RE: running coverity locally
Date: Tue, 15 May 2007 10:54:14 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02F3D0A9@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: running coverity locally
Thread-Index: AceTQJksMU7jjQGzS5ywCB1Xxo04IgDRCdlXACLPueAAAS97DAAA13PgAABPPmM=
References: <BB375AF679D4A34E9CA8DFA650E2B04E03A8DFE9@onstor-exch02.onstor.net> <BB375AF679D4A34E9CA8DFA650E2B04E02F3D0A2@onstor-exch02.onstor.net> <BB375AF679D4A34E9CA8DFA650E2B04E03B6EA60@onstor-exch02.onstor.net> <BB375AF679D4A34E9CA8DFA650E2B04E02F3D0A7@onstor-exch02.onstor.net> <BB375AF679D4A34E9CA8DFA650E2B04E03B6EAD3@onstor-exch02.onstor.net>
From: "Ken Renshaw" <ken.renshaw@onstor.com>
To: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>,
	"dl-Software" <dl-software@onstor.com>

This is a multi-part message in MIME format.

------_=_NextPart_001_01C7971A.0D2FB402
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

=20

[MK] Never mind, that's just me, not liking clicking through the links.  =


=20

KR> If you pick a couple queries that you regularly use you can make =
quicklinks out of them, and your homepage has a pulldown with the =
bookmarks listed.

=20

=20

[MK] If I do my own run, I have to be able to be able to commit its =
results to database to be able to use the browser interface to look at =
it.=20

=20

KR> Oh I see, I would have to add permissions for you to do the =
cov-commit step, but that's easy. We'd just setup a separate product =
component for you and you could commit/view anything you wanted.

=20

=20

[MK] Yes, SSC versus FP/TXRX/FC. Doing single run does not work well for =
the reasons above.

=20

KR> Easy enough, as I said that's how I originally had it broken up. =
From now on all runs will have an SSC and EEE component to them.

=20

Thanks,

=20

-Ken

=20

=20

________________________________

From: Ken Renshaw=20
Sent: Monday, May 14, 2007 5:18 PM
To: Maxim Kozlovsky; dl-Software
Cc: Ken Renshaw
Subject: RE: running coverity locally

=20

The short answer is no, the product is designed to commit the output of =
the analyses into the database prior to rendering to the browser.

=20

However....

=20

I poked around behind the curtain and there is a possible 'maybe' answer =
for you. When I do a run the three commands that get run sequentially =
from the command line are:

=20

cov-build

cov-analyze

cov-commit-defects

=20

Then you view them through the browser.=20

=20

However, the output of the cov-analyze command is a set of XML files, =
one for each checker, i.e. NULL_FORWARD, RESOURCE_LEAK, etc. The =
contents of that XML file show the instances in each file and function =
that contains the defect, an example of one is this snippet from =
NULL_RETURN.errors.xml:

=20

<file>/perforce/trees2/FB-DELOREAN/nfx-tree/code/sm-malloc/malloc-api.c</=
file>
<md5>60f185aa9273ad83eb54e87978040e3a</md5>
<function>eee_ramAllocZero</function>
<id>2</id>
</model_ptr>
</event>
<event>
<tag>var_assigned</tag>
<description>Variable &quot;resp&quot; assigned to NULL return value =
from &quot;eee_ramAllocZero&quot;</description>
<line>360</line>
</event>
<event>
<tag>dereference</tag>
<description>Dereferencing NULL value &quot;resp&quot;</description>
<line>389</line>
</event>
</error>
<error>
<checker>NULL_RETURNS</checker>

=20

So in this example you can see that at line 360 of malloc-api.c in the =
function eee_ramAllocZero a variable takes a path where it could be set =
to null and at line 389 that potentially null value is dereferenced.

=20

So in theory you can do cov-build and cov-analyze and then parse the XML =
output and have a command line only interface. I do not believe the =
license is node locked, so we can probably get it installed on compile2 =
if you wanted Max.

=20

Any other questions please let me know, thanks.

=20

-Ken

=20

________________________________

From: Maxim Kozlovsky
Sent: Thu 5/10/2007 1:20 PM
To: Ken Renshaw; dl-Software
Subject: running coverity locally

Hello,

Is it possible to run coverity on local workstation without going =
through the fancy http interface and without storing the results in the =
database? If yes, whom do I see to get it installed on compile2?

Max


------_=_NextPart_001_01C7971A.0D2FB402
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML dir=3Dltr><HEAD><TITLE>running coverity locally</TITLE>=0A=
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dunicode">=0A=
<META content=3D"MSHTML 6.00.2900.2853" name=3DGENERATOR>=0A=
<STYLE>=0A=
<!--=0A=
font-face=0A=
	{font-family:Tahoma;}=0A=
=0A=
                       =0A=
 font-face=0A=
	{font-family:Tahoma;}=0A=
                        =0A=
 p.MsoNormal, li.MsoNormal, div.MsoNormal=0A=
	{margin:0in;=0A=
	margin-bottom:.0001pt;=0A=
	font-size:12.0pt;=0A=
	font-family:"Times New Roman";}=0A=
a:link, span.MsoHyperlink=0A=
	{color:blue;=0A=
	text-decoration:underline;}=0A=
a:visited, span.MsoHyperlinkFollowed=0A=
	{color:purple;=0A=
	text-decoration:underline;}=0A=
p=0A=
	{=0A=
	margin-right:0in;=0A=
	margin-left:0in;=0A=
	font-size:12.0pt;=0A=
	font-family:"Times New Roman";}=0A=
span.emailstyle18=0A=
	{font-family:Arial;=0A=
	color:navy;}=0A=
span.EmailStyle21=0A=
	{=0A=
	font-family:Arial;=0A=
	color:navy;}=0A=
=0A=
div.Section1=0A=
	{page:Section1;}=0A=
-->=0A=
</STYLE>=0A=
</HEAD>=0A=
<BODY lang=3DEN-US vLink=3Dpurple link=3Dblue>=0A=
<DIV id=3DidOWAReplyText40350 dir=3Dltr>=0A=
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000 =
size=3D2></FONT>&nbsp;</DIV></DIV>=0A=
<DIV dir=3Dltr>=0A=
<DIV id=3DidOWAReplyText96579>=0A=
<DIV>=0A=
<P class=3DMsoNormal><EM><I><FONT face=3DArial color=3Dblack =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: =
Arial"></SPAN></FONT></I></EM></P></DIV></DIV><FONT face=3D"Times New =
Roman" size=3D3><SPAN style=3D"FONT-SIZE: 12pt"></SPAN></FONT></DIV>=0A=
<DIV>=0A=
<DIV class=3DSection1>=0A=
<DIV>=0A=
<DIV class=3DMsoNormal style=3D"TEXT-ALIGN: center" align=3Dcenter>=0A=
<P class=3DMsoNormal><EM><I><FONT face=3DArial color=3Dnavy =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT></I></EM></P><EM><I><FONT face=3DArial color=3Dnavy =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT></I></EM></DIV></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: =
italic; FONT-FAMILY: Arial">[MK] Never mind, that&#8217;s just me, not =
liking clicking through the links.&nbsp;&nbsp;</SPAN></FONT></P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: =
italic; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: =
italic; FONT-FAMILY: Arial">KR&gt; If you pick a couple queries that you =
regularly use&nbsp;you can make quicklinks out of them,&nbsp;and your =
homepage has a pulldown with the bookmarks listed.</SPAN></FONT></P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: =
italic; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>=0A=
<P class=3DMsoNormal>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT></P><FONT =
face=3DArial color=3Dnavy size=3D2><SPAN style=3D"FONT-WEIGHT: bold; =
FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: italic; FONT-FAMILY: =
Arial">[MK] If I do my own run, I have to be able to be able to commit =
its results to database to be able to use the browser interface to look =
at it. </SPAN></FONT></P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: =
italic; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: =
italic; FONT-FAMILY: Arial">KR&gt; Oh I see, I would have to add =
permissions for you to do the cov-commit step, but that's easy. We'd =
just setup a separate product component for you and you could =
commit/view anything you wanted.</SPAN></FONT></P>=0A=
<P class=3DMsoNormal>&nbsp;</P>=0A=
<P class=3DMsoNormal>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: =
italic; FONT-FAMILY: Arial">[MK] Yes, SSC versus FP/TXRX/FC. Doing =
single run does not work well for the reasons above.</SPAN></FONT><FONT =
face=3DArial color=3Dnavy size=3D2><SPAN style=3D"FONT-SIZE: 10pt; =
COLOR: navy; FONT-FAMILY: Arial"></SPAN></FONT></P>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">KR&gt; Easy =
enough, as I said that's how I originally had it broken up. From now on =
all runs will have an SSC and EEE component to them.</SPAN></FONT></P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">Thanks,</SPAN></FONT></P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial"></SPAN></FONT>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dnavy size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: =
Arial">-Ken</SPAN></FONT></P>=0A=
<P class=3DMsoNormal>&nbsp;</P>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>=0A=
<DIV>=0A=
<DIV class=3DMsoNormal style=3D"TEXT-ALIGN: center" align=3Dcenter><FONT =
face=3D"Times New Roman" size=3D3><SPAN style=3D"FONT-SIZE: 12pt">=0A=
<HR tabIndex=3D-1 align=3Dcenter width=3D"100%" SIZE=3D2>=0A=
</SPAN></FONT></DIV>=0A=
<P class=3DMsoNormal><B><FONT face=3DTahoma size=3D2><SPAN =
style=3D"FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: =
Tahoma">From:</SPAN></FONT></B><FONT face=3DTahoma size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> Ken Renshaw <BR><B><SPAN =
style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> Monday, May 14, 2007 5:18 =
PM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">To:</SPAN></B> Maxim =
Kozlovsky; dl-Software<BR><B><SPAN style=3D"FONT-WEIGHT: =
bold">Cc:</SPAN></B> Ken Renshaw<BR><B><SPAN style=3D"FONT-WEIGHT: =
bold">Subject:</SPAN></B> RE: running coverity =
locally</SPAN></FONT></P></DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>=0A=
<DIV id=3DidOWAReplyText15294>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial color=3Dblack size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">The short =
answer is no, the product is designed to commit the output of the =
analyses into the database prior to rendering to the =
browser.</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">However....</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">I poked around behind the =
curtain and there is a possible 'maybe' answer for you. When I do a run =
the three commands that get run sequentially from the command line =
are:</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">cov-build</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">cov-analyze</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">cov-commit-defects</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Then you view them through =
the browser. </SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">However, the output of the =
cov-analyze command is a set of XML files, one for each checker, i.e. =
NULL_FORWARD, RESOURCE_LEAK, etc. The contents of that XML file show the =
instances in each file and function that contains the defect, an example =
of one is this snippet from =
NULL_RETURN.errors.xml:</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">&lt;file&gt;/perforce/trees2/FB-DELOREAN/nfx-tree/code/sm-malloc/m=
alloc-api.c&lt;/file&gt;<BR>&lt;md5&gt;60f185aa9273ad83eb54e87978040e3a&l=
t;/md5&gt;<BR>&lt;function&gt;eee_ramAllocZero&lt;/function&gt;<BR>&lt;id=
&gt;2&lt;/id&gt;<BR>&lt;/model_ptr&gt;<BR>&lt;/event&gt;<BR>&lt;event&gt;=
<BR>&lt;tag&gt;var_assigned&lt;/tag&gt;<BR>&lt;description&gt;Variable =
&amp;quot;resp&amp;quot; assigned to NULL return value from =
&amp;quot;eee_ramAllocZero&amp;quot;&lt;/description&gt;<BR>&lt;line&gt;3=
60&lt;/line&gt;<BR>&lt;/event&gt;<BR>&lt;event&gt;<BR>&lt;tag&gt;derefere=
nce&lt;/tag&gt;<BR>&lt;description&gt;Dereferencing NULL value =
&amp;quot;resp&amp;quot;&lt;/description&gt;<BR>&lt;line&gt;389&lt;/line&=
gt;<BR>&lt;/event&gt;<BR>&lt;/error&gt;<BR>&lt;error&gt;<BR>&lt;checker&g=
t;NULL_RETURNS&lt;/checker&gt;</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">So in this example you can =
see that at line 360 of malloc-api.c in the function eee_ramAllocZero a =
variable takes a path where it could be set to null and at line 389 that =
potentially null value is dereferenced.</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">So in theory you can do =
cov-build and cov-analyze and then parse the XML output and have a =
command line only interface. I do not believe the license is node =
locked, so we can probably get it installed on compile2 if you wanted =
Max.</SPAN></FONT></P></DIV></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">Any other questions please =
let me know, thanks.</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">-Ken</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN =
style=3D"FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>=0A=
<DIV>=0A=
<DIV class=3DMsoNormal style=3D"TEXT-ALIGN: center" align=3Dcenter><FONT =
face=3D"Times New Roman" size=3D3><SPAN style=3D"FONT-SIZE: 12pt">=0A=
<HR tabIndex=3D-1 align=3Dcenter width=3D"100%" SIZE=3D2>=0A=
</SPAN></FONT></DIV></DIV>=0A=
<DIV>=0A=
<P class=3DMsoNormal style=3D"MARGIN-BOTTOM: 12pt"><B><FONT =
face=3DTahoma size=3D2><SPAN style=3D"FONT-WEIGHT: bold; FONT-SIZE: =
10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT face=3DTahoma =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> Maxim =
Kozlovsky<BR><B><SPAN style=3D"FONT-WEIGHT: bold">Sent:</SPAN></B> Thu =
5/10/2007 1:20 PM<BR><B><SPAN style=3D"FONT-WEIGHT: bold">To:</SPAN></B> =
Ken Renshaw; dl-Software<BR><B><SPAN style=3D"FONT-WEIGHT: =
bold">Subject:</SPAN></B> running coverity =
locally</SPAN></FONT></P></DIV>=0A=
<DIV>=0A=
<P><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; =
FONT-FAMILY: Arial">Hello,</SPAN></FONT></P>=0A=
<P><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; =
FONT-FAMILY: Arial">Is it possible to run coverity on local workstation =
without going through the fancy http</SPAN></FONT> <FONT face=3DArial =
size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: =
Arial">interface</SPAN></FONT> <FONT face=3DArial size=3D2><SPAN =
style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">and without storing the =
results in the database? If yes, whom do I see to get it installed =
on</SPAN></FONT> <FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: =
10pt; FONT-FAMILY: Arial">compile2?</SPAN></FONT></P>=0A=
<P><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; =
FONT-FAMILY: =
Arial">Max</SPAN></FONT></P></DIV></DIV></DIV></DIV></BODY></HTML>
------_=_NextPart_001_01C7971A.0D2FB402--
