diff options
| author | Linus Torvalds <[email protected]> | 2009-03-19 18:10:17 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-03-19 18:10:17 +0000 |
| commit | 68df3755e383e6fecf2354a67b08f92f18536594 (patch) | |
| tree | a5091127ecb61f30c448ec2abb534509791a7d19 /net/unix/af_unix.c | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 (diff) | |
| download | kernel-68df3755e383e6fecf2354a67b08f92f18536594.tar.gz kernel-68df3755e383e6fecf2354a67b08f92f18536594.zip | |
Add '-fwrapv' to gcc CFLAGS
This makes sure that gcc doesn't try to optimize away wrapping
arithmetic, which the kernel occasionally uses for overflow testing, ie
things like
if (ptr + offset < ptr)
which technically is undefined for non-unsigned types. See
http://bugzilla.kernel.org/show_bug.cgi?id=12597
for details.
Not all versions of gcc support it, so we need to make it conditional
(it looks like it was introduced in gcc-3.4).
Reminded-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
