commit | be4a1326d12cce8df1f57017bf4112eaab437a38 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed Dec 09 14:50:26 2015 -0800 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Thu Jan 07 13:43:28 2016 -0700 |
tree | c271e4c6942f46a387efabcdf3d003c9a80b5084 | |
parent | 47e0bbb7fa985a0f1b5794a8653fae4f8f49de77 [diff] |
test: firmware_class: use kstrndup() where appropriate We're essentially just doing an open-coded kstrndup(). The only differences are with what happens after the first '\0' character, but request_firmware() doesn't care about that. Suggested-by: Kees Cook <keescook@chromium.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>