mm: /proc/pid/smaps_rollup: fix no vma's null-deref
authorSeth Jenkins <sethjenkins@google.com>
Thu, 27 Oct 2022 15:36:52 +0000 (11:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 29 Oct 2022 08:12:58 +0000 (10:12 +0200)
commit33fc9e26b7cb39f0d4219c875a2451802249c225
tree6cecd047ea52b6e8621ec87dcad7c23471132b5d
parentb9d8cbe90a0f27f2ec4f6f32e7faf86282eb4d7d
mm: /proc/pid/smaps_rollup: fix no vma's null-deref

Commit 258f669e7e88 ("mm: /proc/pid/smaps_rollup: convert to single value
seq_file") introduced a null-deref if there are no vma's in the task in
show_smaps_rollup.

Fixes: 258f669e7e88 ("mm: /proc/pid/smaps_rollup: convert to single value seq_file")
Signed-off-by: Seth Jenkins <sethjenkins@google.com>
Reviewed-by: Alexey Dobriyan <adobriyan@gmail.com>
Tested-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/proc/task_mmu.c