Sweden-Number/server
Rémi Bernon daa120309e server: Make sure pids/tids are multiples of four.
Street Fighter V unpacker relies on it when validating other processes
for its anti-debug checks, it uses (PID&0xfffffffc)>>2 as an array index
and then checks back indexes against PIDs, and terminates early if some
PIDs do not match.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-27 12:01:44 +02:00
..
Makefile.in
async.c
atom.c
change.c
class.c
clipboard.c
completion.c
console.c
debugger.c
device.c
directory.c
event.c
fd.c
file.c
file.h
handle.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
handle.h server: Use a common helper function to implement open object calls. 2016-01-29 21:25:12 +09:00
hook.c
mach.c
mailslot.c
main.c
mapping.c
mutex.c
named_pipe.c
object.c
object.h
process.c
process.h
procfs.c
protocol.def
ptrace.c
queue.c
region.c
registry.c
request.c
request.h
security.h
semaphore.c
serial.c
signal.c
snapshot.c
sock.c
symlink.c
thread.c
thread.h
timer.c
token.c
trace.c
unicode.c
unicode.h
user.c
user.h
window.c
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c