]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xend: Address some Coverity false positives
authorJohn Ferlan <jferlan@redhat.com>
Tue, 22 Jan 2013 14:40:56 +0000 (09:40 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Jan 2013 15:59:45 +0000 (16:59 +0100)
commit751bb8ce990badcc4ece2064f07e8d351aeca9a3
tree17947b2252acbe180729cab023ae8fc2e09882f1
parent05cc03518987fa0f8399930d14c1d635591ca49b
xend: Address some Coverity false positives

The various _for_i loops with both u.s.car and u.s.cdr were being reported
as COPY_PASTE errors by Coverity.  This just quiets those messages.
src/xen/xend_internal.c