Eric Pouech pouech-eric@wanadoo.fr writes:
- this patch partially implements this scheme. It's partial because
console handles are still handled by wineserver. Their value is however obfuscated so that we can track their real usage.
IMO you shouldn't need to have any obfuscation code in the server at all. If you need that, something is wrong with the design.
- next step would mean implementing the console handle management
outside of wineserver (likely in wineconsole)
I'm not convinced we really need that; IMO it's OK to keep them in the server, as long as we can identify them as console handles from the client.