oliveiradan / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

ef04fbc Bug 744946 - (cov#11046) NULL dereference in IDL code

Authored and Committed by nkinder 12 years ago
    Bug 744946 - (cov#11046) NULL dereference in IDL code
    
    There is a chance of a NULL dereference of the idl pointer in idl_new_fetch()
    that was reported by a Coverity scan.  We should check if idl is NULL before
    dereferencing it.