Make backtraces slightly more reliable.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Nov 2008 04:07:40 +0000 (20:07 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Nov 2008 04:07:40 +0000 (20:07 -0800)
We now ignore pointers that are not null but still clearly wild.

We could check that there's really a valid PDE and PTE (I think Linux
does this) but it would take more code and be ugly.


No differences found