commit | 85709cbf152465c77a9c2de48a6f4ef23c8c3d83 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Sep 10 08:19:16 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Mar 29 10:26:13 2019 -0400 |
tree | 4dc492b6da48d0d1f9ede150c0c2386f4efb6438 | |
parent | 060162c1af5cd807384247cc95a0d5cb016e316a [diff] |
media: replace strncpy() by strscpy() The strncpy() function is being deprecated upstream. Replace it by the safer strscpy(). While here, replace a few occurences of strlcpy() that were recently added to also use strscpy(). Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>