[Bug 28737] shell32: invalid free in BrsFolderDlgProc in func_brsfolder in "make brsfolder.ok"?

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 18 08:58:34 CDT 2011


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

Piotr Caban <piotr.caban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr.caban at gmail.com

--- Comment #1 from Piotr Caban <piotr.caban at gmail.com> 2011-10-18 08:58:34 CDT ---
It happens because IEnumIDList_Next(lpe,1,&pidlTemp,&ulFetched):
 - return S_FALSE
 - sets pidlTemp to some incorrect pointer
 - sets ulFetched to 0
Probably it should not change pidlTemp value (but it needs some more testing).

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