diff options
author | zijun_hu <[email protected]> | 2016-08-04 15:32:00 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-08-04 20:02:09 -0400 |
commit | e47608ab6dbe63fefe60c211a30b3fc78a1b5d5e (patch) | |
tree | e1b92f9ab8517f8be2f4faf673b97606acb5584a /scripts/gdb/linux/tasks.py | |
parent | 4b16b0c0bf416de61d14ac31703883d76395ed5f (diff) |
mm/memblock.c: fix NULL dereference error
It causes NULL dereference error and failure to get type_a->regions[0]
info if parameter type_b of __next_mem_range_rev() == NULL
Fix this by checking before dereferring and initializing idx_b to 0
The approach is tested by dumping all types of region via
__memblock_dump_all() and __next_mem_range_rev() fixed to UART
separately the result is okay after checking the logs.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: zijun_hu <[email protected]>
Tested-by: zijun_hu <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions