27 Aug
2025
27 Aug
'25
2:03 p.m.
If entry->stgmedium.hEnhMetaFile is NULL, the data_size we get will be 0, we then allocate 0 bytes for data, but expect it to contain at least a METAFILEPICT, resulting in reading out-of-bound. -- v2: ole32: Don't get metafile extent if there is no metafile. https://gitlab.winehq.org/wine/wine/-/merge_requests/8298