[Bug 38685] valgrind shows an invalid read in d3d9/tests/d3d9ex.c

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 5 15:33:05 CDT 2015


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

Sergey Isakov <isakov-sl at bk.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |isakov-sl at bk.ru

--- Comment #1 from Sergey Isakov <isakov-sl at bk.ru> ---
Not sure if related but wined3d_swapchain_set_gamma_ramp() already contains
FIXME and I think it should follow return.
----
    if (flags) {
        FIXME("Ignoring flags %#x.\n", flags); //D3DSGR_CALIBRATE //Slice-todo
        return WINED3D_OK;
    }

---

-- 
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