Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Properly extend the stack in
ModifyArgInjector
. (#144)
The old logic doesn't really make any sense and the calculated extension usually ended up being negative. Instead, we just make room for our possible receiver and all of our args.
- Loading branch information