OPENAFS-SA-2016-002 AFSStoreStatus information leak
[openafs.git] / src / libafscp / afscp_file.c
index 8bc3ed4..767099e 100644 (file)
@@ -126,6 +126,7 @@ afscp_PWrite(const struct afscp_venusfid * fid, const void *buffer,
     off_t filesize;
     time_t now;
 
+    memset(&sst, 0, sizeof(sst));
     vol = afscp_VolumeById(fid->cell, fid->fid.Volume);
     if (vol == NULL) {
        afscp_errno = ENOENT;