<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/26/2014 09:26 PM, Emmanuel
      Dreyfus wrote:<br>
    </div>
    <blockquote cite="mid:1lg3aru.11s63a73f3xtnM%25manu@netbsd.org"
      type="cite">
      <pre wrap="">Hi

I just hit an unchecked malloc bug. A quick search found many others. I
fixed a few in the change below, but it seems there are many more.
strdup() are also very often unchecked. Should all the code be converted
to gf_strdup, and an assert() added in gf_strdup()?

And how could Coverity miss that obvious bugs?

<a class="moz-txt-link-freetext" href="http://review.gluster.org/6796">http://review.gluster.org/6796</a>


</pre>
    </blockquote>
    Just did a quick check on latest Coverity scan results and like you
    mentioned Coverity did not report these issues and the issue is
    present in the code. May be I should send a mail about it to "<span
      class="tab-right"><em><a href="mailto:scan-admin@coverity.com">scan-admin@coverity.com</a>"<br>
        <br>
        -Lala<br>
      </em></span>
  </body>
</html>