You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inference/kaslr_ceiling: use compile-time macros to prevent repeated ceiling application
Replace ctx->arch->kaslr_base_max/min (live values refreshed from layout
each convergence pass) with the static KASLR_BASE_MAX/MIN macros. The
ceiling is a one-shot computation against the original arch window; using
the already-tightened runtime value caused kaslr_ceiling to fire up to
MAX_INFERENCE_PASSES (8) times.
0 commit comments