References:
A landing pad corresponds roughly to the code found in the
catch
portion of atry/catch
sequence. When execution resumes at a landing pad, it receives anexception structure
and aselector value
corresponding to thetype
of exception thrown. The selector is then used to determine whichcatch
should actually process the exception.
If you could revise
the fundmental principles of
computer system design
to improve security...
... what would you change?