On 03/25/14 08:32, Ján Tomko wrote:
On 03/25/2014 08:23 AM, Peter Krempa wrote:
> Some of the function attributes marked as nonnull actually explicitly
> handle the arguments for NULL. All changed functions handle missing
> "initiatoriqn" argument well and virISCSIScanTargets also handles well
> if the return pointers are missing. Remove some of the liberaly used
> ATTRIBUTE_NONNULLs as coverity and possibly other compilers that honor
> the attribute fail to compile the code.
>
> Flaw introduced in commit 5e1d5dde
> ---
> src/util/viriscsi.h | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
ACK
Pushed; Thanks.
Peter