summaryrefslogtreecommitdiffstats
path: root/mm/mempool.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-03-13 22:59:43 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2013-03-13 23:21:47 +0100
commit6d7825b10dbeafd60627cd04291fb10ec2b5b973 (patch)
tree665fe65bbb0f931dc5d89596c0c12d2569638ea3 /mm/mempool.c
parentidr: deprecate idr_pre_get() and idr_get_new[_above]() (diff)
downloadlinux-6d7825b10dbeafd60627cd04291fb10ec2b5b973.tar.xz
linux-6d7825b10dbeafd60627cd04291fb10ec2b5b973.zip
mm/fremap.c: fix oops on error path
If find_vma() fails, sys_remap_file_pages() will dereference `vma', which contains NULL. Fix it by checking the pointer. (We could alternatively check for err==0, but this seems more direct) (The vm_flags change is to squish a bogus used-uninitialised warning without adding extra code). Reported-by: Tommi Rantala <tt.rantala@gmail.com> Cc: Michel Lespinasse <walken@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/mempool.c')
0 files changed, 0 insertions, 0 deletions