On 20.07.2015 15:34, Christian Heimes wrote:
On 2015-07-20 15:23, Alexander Bokovoy wrote:
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.
ACK

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

Christian




Pushed to master: 3208a093847098c481f0f385fd7c8941eba5a2e2
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to