[Bug 49772] Memory safety issues in widl

WineHQ Bugzilla wine-bugs at winehq.org
Mon Sep 7 14:41:02 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49772

--- Comment #3 from Nikolay Sivov <bunglehead at gmail.com> ---
It's probably anonymous struct within a union here:

---
    union
    {
        struct
        {
            char gh;
        };
        char df;
    };
---

Does it work if you give it a name? If it does it's probably a duplicate of bug
49797 or vice versa.

Garbled filenames are probably temporary files that get left behind when widl
crashes.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list