Home
last modified time | relevance | path

Searched hist:"0 f9be539" (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dsecurity.cdiff 0f9be539 Sat Jun 10 22:00:03 GMT 2023 George Bișoc <george.bisoc@reactos.org> [WIN32K:NTUSER] Fix an unintialized user's token variable case

And remove the "!NT_SUCCESS(Status)" check which is excessive, the expected
status will always be STATUS_BUFFER_TOO_SMALL anyway. This should fix
some compilation warnings spotted by GCC. Courtesy goes to Hermes for letting
me know of these warnings.