Skip to content

rts/adjustor: Fix stack overrun error in Nativei386 adjustor

Ben Gamari requested to merge wip/T25485 into master

We were reserving the wrong kind of adjustor context (the generic AdjustorContext used by other adjustor implementations, rather than the i386-specific CCallContext) to return the adjustor context while freeing, resulting in #25485 (closed).

Fixes #25485 (closed).

Merge request reports

Loading