Re: [libvirt PATCH] util: fix various ATTRIBUTE_NONNULL calls

2021-11-22 Thread Ján Tomko
On a Friday in 2021, Pavel Hrdina wrote: Git bisect took me to commit where incorrect usage of ATTRIBUTE_NONNULL was introduced and caused coverity scan to fail. This patch fixes the issue where the index starts from 1 and not 0 and two other different cases. Signed-off-by: Pavel Hrdina --- src

[libvirt PATCH] util: fix various ATTRIBUTE_NONNULL calls

2021-11-19 Thread Pavel Hrdina
Git bisect took me to commit where incorrect usage of ATTRIBUTE_NONNULL was introduced and caused coverity scan to fail. This patch fixes the issue where the index starts from 1 and not 0 and two other different cases. Signed-off-by: Pavel Hrdina --- src/util/viralloc.h | 2 +- src/