commit | b382a5c3c592a53cdf0097e314dc9936f7eae16d | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Feb 16 20:55:30 2018 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 22 15:17:05 2018 +0100 |
tree | 8cfcaa3de37a4a302c203a6e5681d19af535195d | |
parent | 22072e83ebd510fb6a090aef9d65ccfda9b1e7e4 [diff] |
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>