We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f3c82 commit a9aa7a7Copy full SHA for a9aa7a7
fs/smb/common/smb2pdu.h
@@ -227,7 +227,7 @@ struct smb2_compression_hdr {
227
__le32 OriginalCompressedSegmentSize;
228
__le16 CompressionAlgorithm;
229
__le16 Flags;
230
- __le16 Offset; /* this is the size of the uncompressed SMB2 header below */
+ __le32 Offset; /* this is the size of the uncompressed SMB2 header below */
231
/* uncompressed SMB2 header (READ or WRITE) goes here */
232
/* compressed data goes here */
233
} __packed;
0 commit comments