[PATCH 2/5] ntdll: Fix the index check in RtlGetAce.

Robert Shearman rob at codeweavers.com
Tue Jan 22 09:36:09 CST 2008


The index is zero based so we should obviously be returning 
STATUS_INVALID_PARAMETER if the index is equal to the ACE count.
---
  dlls/ntdll/sec.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 26c2f500ebec6ade28e36d1c0ddd0b12391683be.diff
Type: text/x-patch
Size: 408 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080122/9e424287/attachment.bin 


More information about the wine-patches mailing list