<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 20.07.2015 15:34, Christian Heimes
      wrote:<br>
    </div>
    <blockquote cite="mid:55ACF8E0.70805@redhat.com" type="cite">
      <pre wrap="">On 2015-07-20 15:23, Alexander Bokovoy wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi,

this patch fixes Coverity CID 13130. The bug turned out to be impossible
to cause crash in 389-ds externally because all conditions that could
cause not to properly allocate req could not be influenced via extended
operation (req could be NULL only if calloc() in parse_request_data()
failed).

The finding is still correct as calloc() indeed could fail.
</pre>
      </blockquote>
      <pre wrap="">
ACK

Coverity is really good in finding this kind of bugs. Over the last
years I've fixed several similar issue in Python.

Christian


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    Pushed to master: 3208a093847098c481f0f385fd7c8941eba5a2e2<br>
  </body>
</html>