MPS issue job003513

TitleArena extension callbacks are undocumented
Statusclosed
Priorityoptional
Assigned userRichard Brooksby
OrganizationRavenbrook
DescriptionArena extension callbacks allow chunks added to a VM arena to be registered with the Windows runtime using RtlInstallFunctionTableCallback. They have been implemented for Configura and merged into master but not documented or exposed as a public interface. Other people might find them useful.
AnalysisDecide whether they're a supportable general feature, incorporate the interface, and document them.
How foundunknown
Evidencecode/arenavm.c@182701
Created byRichard Brooksby
Created on2013-06-12 15:37:34
Last modified byGareth Rees
Last modified on2014-01-14 20:35:19
History2013-06-12 RB Created.

Fixes

Change Effect Date User Description
183646 closed 2013-11-06 16:55:00 Gareth Rees Document custom CET features.
182701 open 2013-06-12 15:33:49 Richard Brooksby Catch-up merge from custom/cet/main to master, to pick up arena extension callbacks.