aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/signal.c
diff options
context:
space:
mode:
authorHongbo Li <[email protected]>2024-09-02 02:45:34 +0000
committerJohn Paul Adrian Glaubitz <[email protected]>2024-09-26 15:25:29 +0000
commitc3e878ca7b6663d2ad77a6e17460fc47a2347f4a (patch)
tree51f43aa06953678b00c2d5cb0ce916f3c98ceef8 /rust/helpers/signal.c
parentsh: Remove unused declarations for make_maskreg_irq() and irq_mask_register (diff)
downloadkernel-c3e878ca7b6663d2ad77a6e17460fc47a2347f4a.tar.gz
kernel-c3e878ca7b6663d2ad77a6e17460fc47a2347f4a.zip
sh: intc: Replace simple_strtoul() with kstrtoul()
The function simple_strtoul() performs no error checking in scenarios where the input value overflows the intended output variable. We can replace the use of simple_strtoul() with the safer alternative kstrtoul(). This also allows us to print an error message in case of failure. Signed-off-by: Hongbo Li <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
Diffstat (limited to 'rust/helpers/signal.c')
0 files changed, 0 insertions, 0 deletions