ntdll: Fix Size Check for NtQueryInformationToken(TokenGroups)

Robert Shearman rob at codeweavers.com
Wed May 3 08:46:17 CDT 2006


ChangeLog:
For NtQueryInformationToken(TokenGroups), don't do a size check before 
the server call, as we don't know how many SIDs there are to return and 
hence the needed buffer size.

  dlls/ntdll/nt.c |    3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 8eeee11d506405777b0bfd91cdf747b7244f1cb0.diff
Type: text/x-patch
Size: 426 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060503/f49a12c3/8eeee11d506405777b0bfd91cdf747b7244f1cb0.diff


More information about the wine-patches mailing list