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-kernel



Hi,

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

1 new defect(s) introduced to NetBSD-i386-kernel found with Coverity Scan.
2 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 980928:  Uninitialized variables  (UNINIT)
/sys/compat/linux/common/linux_signal.c: 358 in linux_sys_rt_sigaction()


________________________________________________________________________________________________________
*** CID 980928:  Uninitialized variables  (UNINIT)
/sys/compat/linux/common/linux_signal.c: 358 in linux_sys_rt_sigaction()
352     		/* Pretend that we did something useful for unknown signals. */
353     		obsa.sa_handler = SIG_IGN;
354     		sigemptyset(&obsa.sa_mask);
355     		obsa.sa_flags = 0;
356     	} else {
357     #ifdef LINUX_SA_RESTORER
>>>     CID 980928:  Uninitialized variables  (UNINIT)
>>>     Using uninitialized value "nlsa.linux_sa_flags".
358     		if ((nlsa.linux_sa_flags & LINUX_SA_RESTORER) &&
359     		    (tramp = nlsa.linux_sa_restorer) != NULL)
360     				vers = 2;
361     #endif
362     
363     		error = sigaction1(l, linux_to_native_signo[sig],


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/netbsd-i386-kernel?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