Skip to content

server: Fix use-after-free on root directory ("\") deletion.

Jinoh Kang requested to merge server/protect-against-maketemp-rootdir into master

If a client can crash a wineserver via requests only, it's a bug.

The wineserver crashes when a privileged client deletes every object in the NT object namespace (which frees root_directory) and then attempts to lookup or create any object name.

Merge request reports

Loading