Coverity-updates archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

New Defects reported by Coverity Scan for NetBSD-i386-user



Hi,

Please find the latest report on new defect(s) introduced to NetBSD-i386-user found with Coverity Scan.

61 new defect(s) introduced to NetBSD-i386-user found with Coverity Scan.
98 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 20 of 61 defect(s)


** CID 1018907:  Resource leaks  (RESOURCE_LEAK)
/usr.sbin/rpcbind/util.c: 366 in network_init()


________________________________________________________________________________________________________
*** CID 1018907:  Resource leaks  (RESOURCE_LEAK)
/usr.sbin/rpcbind/util.c: 366 in network_init()
360     			if (debugging)
361     				perror("setsockopt v6 multicast");
362     	}
363     #endif
364     
365     	/* close(s); */
>>>     CID 1018907:  Resource leaks  (RESOURCE_LEAK)
>>>     Variable "ifp" going out of scope leaks the storage it points to.
366     }
367     
368     struct sockaddr *
369     local_sa(int af)
370     {
371     	switch (af) {


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/1448?tab=overview

To manage Coverity Scan email notifications for "coverity-updates%netbsd.org@localhost", click https://scan.coverity.com/subscriptions/edit?email=coverity-updates%40netbsd.org&token=487286ca1a9a4f4bd485d16f66b5e782 .



Home | Main Index | Thread Index | Old Index