]> git.baikalelectronics.ru Git - kernel.git/commit
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:20:36 +0000 (10:20 +0200)
commitd7c3c8c8572addad643a9cb1ece4a90e13173dbc
treee09e2dab956d30890348b1c7d9f1b7e02025aa2b
parent0b2ec438ff2686480276f5bd36b7b77a79c14f04
mm: /proc/pid/smaps_rollup: fix no vma's null-deref

Commit 2c058326072c ("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: 2c058326072c ("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