Re: [PATCH 1/6] advapi32: GetFileSecurity() a couple of simple tests and a fix
4 Nov
2008
4 Nov
'08
10:34 a.m.
Paul Bryan Roberts <pbronline-wine(a)yahoo.co.uk> writes:
This patch adds a couple of conformance tests that check 'error' return codes. GetFileSecurity() is expected to be called twice - once to find out how much memory to allocate and again once the memory has been allocated. It seems the Windows implementation is a bit fussy and the implementation of GetFileSecurity() was changed to match.
That's not necessary, unless there's an application that depends on it. Behavior on invalid parameters is usually inconsistent on Windows too, so there's no need to write test cases for that sort of thing. -- Alexandre Julliard julliard(a)winehq.org
6248
Age (days ago)
6248
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard