Add warning for accessing outside of a symbol
commit2b0d23c4b4f896059829c21c9aaf2e6b899b05c3
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 5 Jan 2005 00:25:01 +0000 (4 17:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:12 +0000 (7 21:06 -0700)
treeae38da97150ea9a402fbc07d549b7e1bb8bc185a
parent7ee44c48fd749ddfc1231d711595d03593221250
Add warning for accessing outside of a symbol

This shows that we have some inlining bug where we seem to
be corrupting the offsetting of an array. So right now the
warnings we get in the kernel seem to be bogus, but this
should help find that other bug too, and it doesn't trigger
often enough to be too distracting.
flow.c
flow.h
memops.c