aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorPalmer Dabbelt <[email protected]>2022-09-20 13:00:37 -0700
committerPalmer Dabbelt <[email protected]>2022-10-12 22:02:49 -0700
commitf2913d006fcdb61719635e093d1b5dd0dafecac7 (patch)
tree219df1e8c09f520d2965147077145bf2b902614e /lib/string_helpers.c
parent1b5964b2f9f67ded7ce522870698ffdd4c889255 (diff)
RISC-V: Avoid dereferening NULL regs in die()
I don't think we can actually die() without a regs pointer, but the compiler was warning about a NULL check after a dereference. It seems prudent to just avoid the possibly-NULL dereference, given that when die()ing the system is already toast so who knows how we got there. Reported-by: kernel test robot <[email protected]> Reported-by: Dan Carpenter <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions