[PATCH 3/8] server: Allow kernel to keep reference to server objects by pointer.
27 Feb
2019
27 Feb
'19
2:15 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- At some point, I considered and prototyped storing a handle on client side as a handle. It lead into a number of problems. For example handle count was not right, breaking things like IRP_MJ_CLOSE implementation. A separated mechanism worked much better. dlls/ntoskrnl.exe/ntoskrnl.c | 45 ++++++++++++++++++++++++--- server/device.c | 60 ++++++++++++++++++++++++++++++++++++ server/protocol.def | 14 +++++++++ 3 files changed, 115 insertions(+), 4 deletions(-)
2481
Age (days ago)
2481
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban