MaulingMonkey / firehazard

Unopinionated low level API bindings focused on soundness, safety, and stronger types over raw FFI.
Other
8 stars 0 forks source link

Type: bifurcate token handle types into primary and impersonation token types? #34

Open MaulingMonkey opened 2 years ago

MaulingMonkey commented 2 years ago

Fairly harmless runtime bugs if mixed up (e.g. ERROR_BAD_TOKEN_TYPE errors), but particularly process spawning seems to be a common footgun for me that would be nice to catch at compile time instead of run time.