<p>It's a variable that points to null, this is a valid check to see if the pointer is null. Coverity is showing a false positive.</p>
<div class="gmail_quote">On Feb 5, 2013 1:10 PM, "Arthur Mesh" <<a href="mailto:arthurmesh@gmail.com">arthurmesh@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Feb 05, 2013 at 12:57:47PM -0500, Brian Wilkins wrote:<br>
> No matter..this is the right way to check if a pointer is null in C.<br>
> <a href="http://stackoverflow.com/questions/7970617/how-can-i-check-if-char-variable-points-to-empty-string" target="_blank">http://stackoverflow.com/questions/7970617/how-can-i-check-if-char-variable-points-to-empty-string</a><br>

<br>
Yes, but you can't check for a value of an uninitialized variable.<br>
</blockquote></div>