commit | adad633af7b970bfa5dd1b624a4afc83cac9b235 | [log] [tgz] |
---|---|---|
author | Laura Abbott <labbott@redhat.com> | Tue Sep 11 12:22:26 2018 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Sep 17 02:50:37 2018 -0400 |
tree | 9865d48ff5f4c89aa9ed5b667df10e41f7195f3c | |
parent | d792d4c4fc866ae224b0b0ca2aabd87d23b4d6cc [diff] |
scsi: ibmvscsis: Ensure partition name is properly NUL terminated While reviewing another part of the code, Kees noticed that the strncpy of the partition name might not always be NUL terminated. Switch to using strscpy which does this safely. Reported-by: Kees Cook <keescook@chromium.org> Signed-off-by: Laura Abbott <labbott@redhat.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>