Query : siginitsetinv/siginitset has a memset of size 0

2016-07-21 Thread pavi1729
Hi, signal.h code and a memset of size 0, is that fine or am I missing something ? http://lxr.free-electrons.com/source/include/linux/signal.h 200 static inline void siginitsetinv(sigset_t *set, unsigned long mask) 201 { 202 set->sig[0] = ~mask; 203 switch (_NSIG_WORDS) { 204

Query : siginitsetinv/siginitset has a memset of size 0

2016-07-21 Thread pavi1729
Hi, signal.h code and a memset of size 0, is that fine or am I missing something ? http://lxr.free-electrons.com/source/include/linux/signal.h 200 static inline void siginitsetinv(sigset_t *set, unsigned long mask) 201 { 202 set->sig[0] = ~mask; 203 switch (_NSIG_WORDS) { 204

Query regarding Coverity tool

2015-12-14 Thread pavi1729
Hi, May I know if the community uses the Coverity tool and, if yes where can I find a repo of Coverity scans of kernels and IGNORE LIST; cause there obviously be false positives. Cheers, Pavi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Query regarding Coverity tool

2015-12-14 Thread pavi1729
Hi, May I know if the community uses the Coverity tool and, if yes where can I find a repo of Coverity scans of kernels and IGNORE LIST; cause there obviously be false positives. Cheers, Pavi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to