diff options
author | 2011-03-27 19:09:29 -0700 | |
---|---|---|
committer | 2011-03-27 19:09:29 -0700 | |
commit | 76597cd31470fa130784c78fadb4dab2e624a723 (patch) | |
tree | 94387f243f4b8211352a95fda5b23bd12bbf8873 /kernel/irq/manage.c | |
parent | Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 (diff) | |
download | wireguard-linux-76597cd31470fa130784c78fadb4dab2e624a723.tar.xz wireguard-linux-76597cd31470fa130784c78fadb4dab2e624a723.zip |
proc: fix oops on invalid /proc/<pid>/maps access
When m_start returns an error, the seq_file logic will still call m_stop
with that error entry, so we'd better make sure that we check it before
using it as a vma.
Introduced by commit ec6fd8a4355c ("report errors in /proc/*/*map*
sanely"), which replaced NULL with various ERR_PTR() cases.
(On ia64, you happen to get a unaligned fault instead of a page fault,
since the address used is generally some random error code like -EPERM)
Reported-by: Anca Emanuel <anca.emanuel@gmail.com>
Reported-by: Tony Luck <tony.luck@intel.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Américo Wang <xiyou.wangcong@gmail.com>
Cc: Stephen Wilson <wilsons@start.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/irq/manage.c')
0 files changed, 0 insertions, 0 deletions