server: Return STATUS_KEY_DELETED when trying to retrieve the full name of a deleted...
commit089b2528c2c933e3c9b45a5f559fa4b5f830872a
authorZebediah Figura <z.figura12@gmail.com>
Thu, 1 Jul 2021 03:08:09 +0000 (30 22:08 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Jul 2021 20:34:31 +0000 (1 22:34 +0200)
tree862bd8b2cad17339bd5bd43092b1021d802ce6af
parente759da260eb87f464b4964c6f4a00b16226e834f
server: Return STATUS_KEY_DELETED when trying to retrieve the full name of a deleted key.

This fixes a server crash that can be triggered by deleting a key and then
trying to retrieve its name. In that case key->parent is NULL.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
server/registry.c