New Defects reported by Coverity Scan for libvirt
Hi, Please find the latest report on new defect(s) introduced to libvirt found with Coverity Scan. 1 new defect(s) introduced to libvirt found with Coverity Scan. 1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** 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
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/libvirt?tab=overview
participants (1)
-
scan-admin@coverity.com