]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/target/target_core_spc.c
target: Re-add explict zeroing of INQUIRY bounce buffer memory
[karo-tx-linux.git] / drivers / target / target_core_spc.c
index 9229bd9ad61b3db7cd4d182ab3d5315f24785a5f..6fd434d3d7e477ab7d49660d20e02b0d638b8e3a 100644 (file)
@@ -605,6 +605,8 @@ static int spc_emulate_inquiry(struct se_cmd *cmd)
        unsigned char buf[SE_INQUIRY_BUF];
        int p, ret;
 
+       memset(buf, 0, SE_INQUIRY_BUF);
+
        if (dev == tpg->tpg_virt_lun0.lun_se_dev)
                buf[0] = 0x3f; /* Not connected */
        else