[Bug 43379] valgrind shows an invalid read in dlls/ntdll/tests/file.c

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 10 16:07:32 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=43379

Matteo Bruni <matteo.mystral at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Matteo Bruni <matteo.mystral at gmail.com> ---
That looks intentional. For reference, this is the relevant test code:

status = pNtReadFile(hfile, event, NULL, NULL, &iob, (void*)0xdeadbeef,
sizeof(contents), NULL, NULL);
ok(status == STATUS_ACCESS_VIOLATION, "expected STATUS_ACCESS_VIOLATION, got
%#x\n", status);

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list