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