aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/mpi/mpiutil.c
diff options
context:
space:
mode:
authorHongbo Li <[email protected]>2024-09-02 10:45:34 +0800
committerJohn Paul Adrian Glaubitz <[email protected]>2024-09-26 17:25:29 +0200
commitc3e878ca7b6663d2ad77a6e17460fc47a2347f4a (patch)
tree51f43aa06953678b00c2d5cb0ce916f3c98ceef8 /lib/crypto/mpi/mpiutil.c
parent977fae6d611764d41de19b9ba01699b1618148f7 (diff)
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 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions