On Wed Jan 31 18:04:45 2024 +0000, Jinoh Kang wrote:
That applies the same for KUSD, which I don't think is a section object on Windows. But even then, the object is never intended to be exposed to the user anyway so I'd say we've already lost the moment the existence (and, transitively, its potentially-broken state) of the mapping object becomes publicly accessible to the app.
I'm actually thinking of adding some special flag that says "this should never be visible to the application." Sort of like `OBJ_KERNEL_HANDLE` but for objects themselves. This allows us to reuse the existing Ob facility while not risking breaking invariants expected on them. I'm not sure if it's worth introducing *right now*, though.