We should never end up executing the inter-function padding, so we're better off faulting than silently carrying on to whatever function happens to be next.
LLD will do this by default (although it currently pads with zeros).
Differential D10047
fill x86 padding with INT3 instead of NOP emaste on Mar 18 2017, 6:25 PM. Authored by Tags None Referenced Files
Subscribers None
Details
We should never end up executing the inter-function padding, so we're better off faulting than silently carrying on to whatever function happens to be next. LLD will do this by default (although it currently pads with zeros).
Diff Detail
|