Sweden-Number/server
Michael Müller 504cf18e19 server: Hold a reference to the file in delete_file().
Otherwise, we may attempt to access freed memory trawling the device list.
This can occur if a device driver crashes during an IRP_CALL_CLOSE request.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-03 11:43:01 +01:00
..
Makefile.in
async.c
atom.c
change.c
class.c server: Ignore low word of a class instance when looking up for a window class. 2020-02-27 23:34:51 +01:00
clipboard.c
completion.c
console.c
debugger.c server: Validate status in continue_debug_event. 2020-02-13 21:42:44 +01:00
device.c server: Hold a reference to the file in delete_file(). 2020-03-03 11:43:01 +01:00
directory.c
event.c
fd.c
file.c
file.h
handle.c
handle.h
hook.c
mach.c
mailslot.c
main.c
mapping.c
mutex.c
named_pipe.c
object.c server: Make free_object() static. 2020-03-03 11:43:01 +01:00
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 server: Use STATUS_KERNEL_APC to indicate system APCs. 2020-02-05 21:28:15 +01:00
thread.h
timer.c
token.c
trace.c server: Use STATUS_KERNEL_APC to indicate system APCs. 2020-02-05 21:28:15 +01:00
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