[Bug 14892] ever17 crashes in msacm32

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 24 07:40:24 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14892


Nikolay Sivov <bunglehead at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bunglehead at gmail.com




--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com>  2008-08-24 07:40:23 ---
It's about NULL pointer dereference in MSACM_FormatEnumHelper here:

----
   for (i = 0; i < padid->cFormatTags; i++) {
----

Go further I think crash belongs to this part of acmFormatEnumW:

----
    if (had) {
        HACMDRIVERID    hadid;

        if (acmDriverID((HACMOBJ)had, &hadid, 0) != MMSYSERR_NOERROR)
            return MMSYSERR_INVALHANDLE;
        MSACM_FormatEnumHelper(MSACM_GetDriverID(hadid), had, pafd, &wfxRef,
                               fnCallback, dwInstance, fdwEnum);
        return MMSYSERR_NOERROR;
    }
----

I'll take a look just now.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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