Hi,

Please find the latest report on new defect(s) introduced to libvirt found with Coverity Scan.

Defect Details

** CID 899324:       Insecure data handling  (TAINTED_STRING)


_____________________________________________________________________________________________
*** CID 899324:         Insecure data handling  (TAINTED_STRING)
/tests/nwfilterxml2ebipfirewalltest.c: 488             in main()
482         DO_TEST("udplite-ipv6");
483         DO_TEST("vlan");
484     
485         return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
486     }
487     
>>>     CID 899324:         Insecure data handling  (TAINTED_STRING)
>>>     Passing tainted string "**argv" to "virTestMain", which cannot accept tainted data.
488     VIR_TEST_MAIN_PRELOAD(mymain, VIR_TEST_MOCK("virfirewall"))
489     
490     #else /* ! defined (__linux__) */
491     
492     int main(void)
493     {
494         return EXIT_AM_SKIP;
495     }
496     

  

View Defects in Coverity Scan

Best regards,

The Coverity Scan Admin Team