<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 25, 2020 at 9:47 AM suyash singh <<a href="mailto:suyashsingh234@gmail.com">suyashsingh234@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Coverity shows value_overwrite errors for variables which are reassigned new values. What should be the procedure to prevent these?</div></blockquote><div><br></div><div>When I have seen these in the past, they indicate a case where a variable is assigned</div><div>and assigned later without the first value being used. Is this what you are seeing? </div><div><br></div><div>What file and line?</div><div><br></div><div>We sometimes assign a variable 0 when declaring it to avoid gcc warning about used</div><div>before initialized. It wouldn't surprise me if Scan didn't always like that.</div><div><br></div><div>--joel</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div><br></div></div>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>