19 Aug
2010
19 Aug
'10
11:27 p.m.
On Thu, Aug 19, 2010 at 4:56 PM, Jerome Leclanche <adys.wh(a)gmail.com> wrote:
Broken programs will crash on wine if they, for example, pass arguments to GetObject in the wrong order. This fixes bug #18864.
+ if (buffer && ((ULONG_PTR)buffer >> 16) == 0)
Wouldn't a __TRY ... __EXCEPT_PAGE_FAULT be better / safer? Octavian