Re: ntdll: Fix NtQueryInformationToken(TokenGroups)

2006-05-03 Thread Dan Kegel
On 5/2/06, Robert Shearman <[EMAIL PROTECTED]> wrote: > Sadly, this doesn't seem to fix mdac installation. Sorry about this regression. Hopefully, the attached patch should fix it. OK, this time I tried your patch mdac installed ok. Must have been a brain fart the first time. Onwards and upw

Re: ntdll: Fix NtQueryInformationToken(TokenGroups)

2006-05-02 Thread Robert Shearman
Dan Kegel wrote: Rob wrote: Fix the buffer check for NtQueryInformationToken(TokenGroups) so that it doesn't return STATUS_BUFFER_TOO_SMALL when it shouldn't. Use the same code for returning the required buffer and for calculating whether the buffer is sufficient so this can't happen again.

re: ntdll: Fix NtQueryInformationToken(TokenGroups)

2006-05-01 Thread Dan Kegel
Rob wrote: Fix the buffer check for NtQueryInformationToken(TokenGroups) so that it doesn't return STATUS_BUFFER_TOO_SMALL when it shouldn't. Use the same code for returning the required buffer and for calculating whether the buffer is sufficient so this can't happen again. Sadly, this doesn't