Re: oleacc: implemented GetRoleText[A/W]

2008-09-13 Thread Dmitry Timoshkov
"Nikolay Sivov" <[EMAIL PROTECTED]> wrote: >> Why not just use LoadStringW directly? > Because I don't know how to get string length with LoadStringW. It > returns with zero when > called with NULL buffer. I could pass a pointer to single char and > (buflen = = 0) maybe. > Btw, is it normal that

Re: [oleaut32/tests] Don't crash on Win95

2008-09-13 Thread Dmitry Timoshkov
"Paul Vriens" <[EMAIL PROTECTED]> wrote: > CP_UTF8 is not supported on Win95 (without the Unicode layer) and > continuing will lead to a crash (no filename that leads to typelib == NULL). UTF-8 is not needed in that test at all, it would be better to just replace CP_UTF8 by CP_ACP. -- Dmitry.

RATS security analysis

2008-09-13 Thread Austin English
Howdy, Since static analysis seems to have gotten more popular recently, I ran RATS (http://www.fortify.com/security-resources/rats.jsp) on Wine. I uploaded the results to: http://winezeug.googlecode.com/svn/trunk/rats_output.txt I'm working on trying Oink!, which is supposed to be pretty good,