diff options
author | YueHaibing <[email protected]> | 2018-06-30 14:33:41 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2018-07-04 18:15:06 +0300 |
commit | f9cbaeb52930342059429f56d0b9f05c8d54c0ba (patch) | |
tree | 28963ff600a1af119033feb95b510e7112145f5b /lib/netdev-notifier-error-inject.c | |
parent | 04614fe46f315a223d96b8f5df7b52130965677b (diff) |
atmel: using strlcpy() to avoid possible buffer overflows
'firmware' is a module param which may been longer than firmware_id,
so using strlcpy() to guard against overflows. Also priv is allocated
with zeroed memory,no need to set firmware_id[0] to '\0'.
Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions