
1 Mar
2018
1 Mar
'18
4:13 p.m.
On Thu, 01 Mar 2018 15:17:07 +0100, Joey Pabalinas wrote:
Replace unsafe usages of strcpy() to copy the name argument into the sid.name buffer with strlcpy() to guard against possible buffer overflows.
Signed-off-by: Joey Pabalinas joeypabalinas@gmail.com Suggested-by: Andy Shevchenko andy.shevchenko@gmail.com
2 files changed, 8 insertions(+), 8 deletions(-)
Thanks, applied now.
Takashi