lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1192042947.29176.2.camel@dv> Date: Wed, 10 Oct 2007 15:02:27 -0400 From: Pavel Roskin <proski@....org> To: Josh Triplett <josh@...edesktop.org> Cc: Morten Welinder <mwelinder@...il.com>, Alexey Dobriyan <adobriyan@...ru>, Al Viro <viro@....linux.org.uk>, linux-kernel@...r.kernel.org, davej@...emonkey.org.uk, Pierre Ossman <drzeus@...eus.cx>, akpm@...l.org, linux-sparse@...r.kernel.org Subject: Re: idio{,ma}tic typos (was Re: + fix-vm_can_nonlinear-check-in-sys_remap_file_pages.patch added to -mm tree) On Wed, 2007-10-10 at 11:08 -0700, Josh Triplett wrote: > Sparse has a notion of "integer constant expression" already, which it > uses to validate expressions used for things like bitfield widths or > array sizes. I could easily have Sparse warn on any use of an integer > constant expression as an operand of || or &&. However, I can imagine > that that might lead to some false positives when intentionally using > an integer constant expression in a condition and expecting the > compiler to optimize it out at compile time. I can imagine 0 or 1 being used, maybe -1, but hardly anything else. Maybe you could add the code printing the value and then get some statics on the actual Linux kernel to see which values are common and which are not? -- Regards, Pavel Roskin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists