Page MenuHomeFreeBSD

D8238.diff
No OneTemporary

D8238.diff

Index: head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
+++ head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
@@ -2210,7 +2210,7 @@
resp_buf[3], resp_buf[4]);
}
if (vm_srb->srb_status == SRB_STATUS_SUCCESS &&
- data_len > SHORT_INQUIRY_LENGTH) {
+ data_len >= SHORT_INQUIRY_LENGTH) {
char vendor[16];
cam_strvis(vendor, inq_data->vendor,

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 2, 6:46 AM (21 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34588886
Default Alt Text
D8238.diff (511 B)

Event Timeline