OutlookFileDrag icon indicating copy to clipboard operation
OutlookFileDrag copied to clipboard

fix data corruption when FILEGROUPDESCRIPTOR is larger than 4k

Open chrisv2 opened this issue 2 years ago • 0 comments

Due to missing offset in Marshal.Copy, ReadHGlobalIntoStream replicates the first 4k of the hGlobal, leading to truncated filenames when dragging a lot of mails (10 or more).

chrisv2 avatar Sep 28 '23 17:09 chrisv2