diff options
author | Kees Cook <keescook@chromium.org> | 2018-02-17 07:55:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-22 17:17:05 +0300 |
commit | b382a5c3c592a53cdf0097e314dc9936f7eae16d (patch) | |
tree | 8cfcaa3de37a4a302c203a6e5681d19af535195d /fs/xfs/xfs_reflink.c | |
parent | 22072e83ebd510fb6a090aef9d65ccfda9b1e7e4 (diff) | |
download | linux-b382a5c3c592a53cdf0097e314dc9936f7eae16d.tar.xz |
USB: chaoskey: Use kasprintf() over strcpy()/strcat()
Instead of kmalloc() with manually calculated values followed by
multiple strcpy()/strcat() calls, just fold it all into a single
kasprintf() call.
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/xfs/xfs_reflink.c')
0 files changed, 0 insertions, 0 deletions