diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2017-08-10 15:24:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-08-10 15:54:07 -0700 |
commit | f357e345eef7863da037e0243f2d3df4ba6df986 (patch) | |
tree | b4f9ad06eec7ae72fff49b1aaa14dda7053f3636 /fs | |
parent | aac2fea94f7a3df8ad1eeb477eb2643f81fd5393 (diff) | |
download | linux-stable-f357e345eef7863da037e0243f2d3df4ba6df986.tar.gz linux-stable-f357e345eef7863da037e0243f2d3df4ba6df986.tar.bz2 linux-stable-f357e345eef7863da037e0243f2d3df4ba6df986.zip |
zram: rework copy of compressor name in comp_algorithm_store()
comp_algorithm_store() passes the size of the source buffer to strlcpy()
instead of the destination buffer size. Make it explicit that the two
buffers have the same size and use strcpy() instead of strlcpy(). The
latter can be done safely since the function ensures that the string in
the source buffer is terminated.
Link: http://lkml.kernel.org/r/20170803163350.45245-1-mka@chromium.org
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions