CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2017/08/10 11:11:49
Modified files: sys/dev/pv : hvs.c Log message: Buffer size for the SCSI vendor string should be 8 char long A vendor and part of the product string got copied into a larger on-stack buffer as a result of an out-of-bounds access, however only 4 characters are meaningful in this context. Coverity CID 1453206; Severity: insignificant.