Re: [PATCH 2/4] advapi32: Test GetTokenInformation() as it can fail.

2006-05-21 Thread Robert Shearman
Saulius Krasuckas wrote: * On Sun, 21 May 2006, Saulius Krasuckas wrote: ret = GetTokenInformation(Token, TokenGroups, NULL, 0, &Size); +ok(ret, "GetTokenInformation(TokenGroups) failed with error %ld\n", GetLastError()); Groups = HeapAlloc(GetProcessHeap(), 0, Size); Sor

Re: cabinet: Add initial tests for Extract [try 2]

2006-05-21 Thread Saulius Krasuckas
* On Tue, 10 Jan 2006, James Hawkins wrote: > This version marks the failing tests as todo_wine, and only uses > DeleteFile instead of file_exists so that a file is removed when it's > not suppsosed to exist. ... > +++ b/dlls/cabinet/tests/extract.c ... > +static INT_PTR fci_open(char *pszFil

Re: [PATCH 2/4] advapi32: Test GetTokenInformation() as it can fail.

2006-05-21 Thread Saulius Krasuckas
* On Sun, 21 May 2006, Saulius Krasuckas wrote: > > ret = GetTokenInformation(Token, TokenGroups, NULL, 0, &Size); > +ok(ret, "GetTokenInformation(TokenGroups) failed with error %ld\n", > GetLastError()); > Groups = HeapAlloc(GetProcessHeap(), 0, Size); Sorry, this fails at make te

Re: SoC: wince apps on arm

2006-05-21 Thread Stefan Dösinger
Am Samstag, 20. Mai 2006 23:13 schrieb Hámorszky Balázs: > it should be nice to make wine run on arm pda-s and run wince apps. > It could be a real good thing for linux on any pda and smartphone... > i think. First of all, I'm not an wince expert, so this could be wrong. If I remember correctly, t

Re: [WINEALSA] close after free bug?

2006-05-21 Thread Robert Reif
Robert Reif wrote: I can't test this patch but it looks wrong to free a device handle and then close the device with the freed handle. Index: dlls/winmm/winealsa/audio.c ==

SoC: wince apps on arm

2006-05-21 Thread Hámorszky Balázs
it should be nice to make wine run on arm pda-s and run wince apps. It could be a real good thing for linux on any pda and smartphone... i think.

Re: advapi32: Test and implement SystemFunction024/025.

2006-05-21 Thread Hans Leidekker
On Sunday 21 May 2006 10:52, Mike McCormack wrote: > 32 bits of insecurity, courtesy of our friends at Microsoft and the NSA. ;-) Great work Mike. I see you left a tiny bit of obscurity in: + * PARAMS + * data[I] data to encrypt (16 bytes) + * key [I] key data (4 bytes) + * output

deadlock in winealsa Was: Re: still need audio help?

2006-05-21 Thread Jan Zerebecki
There is one bug in winealsa that makes longer use of it pretty annoying: deadlock in alsa driver: CriticalSection WINEALSA_mmap_crst http://bugs.winehq.org/show_bug.cgi?id=4093 I tried but I didn't find the actual code that is wrong for this bug, because it's threading related and sensitive to i