> On Nov 28, 2018, at 7:01 PM, David Disseldorp <ddiss@xxxxxxx> wrote: > > In preparation for supporting user provided vendor strings, add an extra > byte to t10_wwn.vendor which will ensure null string termination when an > eight byte vendor string is provided by the user. > > Signed-off-by: David Disseldorp <ddiss@xxxxxxx> > --- > drivers/target/target_core_device.c | 6 ++++-- > drivers/target/target_core_pscsi.c | 6 ++++-- > drivers/target/target_core_stat.c | 4 ++-- > include/target/target_core_base.h | 8 +++++++- > 4 files changed, 17 insertions(+), 7 deletions(-) > > Reviewed-by: Bryant G. Ly bly@xxxxxxxxxxxxxxxxxxxxx