diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2019-02-09 00:51:11 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-03-05 03:05:34 +0100 |
commit | 74ea5f983f9e86ebb4b7ed611937776dab18c67e (patch) | |
tree | e747c396f31c53f13a0de32c008e1ac1ce6cf7c3 /arch/arm/mach-picoxcell | |
parent | cifs: Fix NULL pointer dereference of devname (diff) | |
download | linux-74ea5f983f9e86ebb4b7ed611937776dab18c67e.tar.xz linux-74ea5f983f9e86ebb4b7ed611937776dab18c67e.zip |
cifs: replace snprintf with scnprintf
a trivial patch that replaces all use of snprintf with scnprintf.
scnprintf() is generally seen as a safer function to use than
snprintf for many use cases.
In our case, there is no actual difference between the two since we never
look at the return value. Thus we did not have any of the bugs that
scnprintf protects against and the patch does nothing.
However, for people reading our code it will be a receipt that we
have done our due dilligence and checked our code for this type of bugs.
See the presentation "Making C Less Dangerous In The Linux Kernel"
at this years LCA
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'arch/arm/mach-picoxcell')
0 files changed, 0 insertions, 0 deletions